update opam file

This commit is contained in:
ryan 2023-11-20 14:25:38 -08:00
parent a652ec69da
commit b69f867423

View File

@ -10,11 +10,11 @@ homepage: "https://github.com/username/reponame"
doc: "https://url/to/documentation" doc: "https://url/to/documentation"
bug-reports: "https://github.com/username/reponame/issues" bug-reports: "https://github.com/username/reponame/issues"
depends: [ depends: [
"ocaml"
"dune" {>= "3.10"}
"utop" "utop"
"ocaml-lsp-server" "ocaml-lsp-server"
"ocamlformat" "ocamlformat"
"ocaml"
"dune" {>= "3.10"}
"re" "re"
"containers" "containers"
"iter" "iter"