We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468c970 commit e8b423fCopy full SHA for e8b423f
packages/ancient/ancient.0.10.0/opam
@@ -22,8 +22,7 @@ homepage: "https://github.com/OCamlPro/ocaml-ancient"
22
bug-reports: "https://github.com/OCamlPro/ocaml-ancient/issues"
23
depends: [
24
"dune" {>= "3.0"}
25
- "ocaml" {>= "4.12"}
26
- "base-nnp"
+ (("ocaml" {< "5"} & "ocaml-option-nnp") | "ocaml" {>= "5"})
27
"odoc" {with-doc}
28
]
29
build: [
0 commit comments