this repo has no description

Fix opam file lint

Changed files
+7 -6
packages
patricia-tree
patricia-tree.0.9.0
+7 -6
packages/patricia-tree/patricia-tree.0.9.0/opam
···
"Matthieu Lemerre <matthieu.lemerre@cea.fr>"
"Dorian Lesbre <dorian.lesbre@cea.fr>"
]
-
license: "LGPL-2.1"
+
license: "LGPL-2.1-only"
homepage: "https://codex.top/patricia-tree/"
doc: "https://codex.top/patricia-tree/"
bug-reports:
"https://github.com/codex-semantics-library/patricia-tree/issues"
depends: [
"ocaml" {>= "4.14"}
-
"qcheck-core" {>= "0.21.2"}
"zarith" {>= "1.13"}
-
"dune" {>= "2.0"}
-
"ppx_inline_test" {>= "v0.16.0"}
+
"dune" {>= "2.7" & >= "2.0"}
+
"qcheck-core" {>= "0.21.2" & with-test}
+
"ppx_inline_test" {>= "v0.16.0" & with-test}
+
"odoc" {with-doc}
]
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
[
"dune"
"build"
···
"sha512=0c715ecd53321e9d2551ccbe655fc5725e6eba1396e985525161f34c4dfe3d0f1e9a550e55e7ec0612eb37ae606194600da90f2efc1e4fb5f67ac96247432339"
]
}
-
x-commit-hash: "9e936051cef522b65e08cd1541e62fa631f71232"
+
x-commit-hash: "a15fd857e1f719169179c1ef3097f12f89a5d012"