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 c38b45c commit 8165ebcCopy full SHA for 8165ebc
packages/re/re.1.14.0/opam
@@ -22,11 +22,12 @@ license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
22
homepage: "https://github.com/ocaml/ocaml-re"
23
bug-reports: "https://github.com/ocaml/ocaml-re/issues"
24
depends: [
25
- "dune" {>= "3.15"}
26
- "ocaml" {>= "4.12.0"}
+ "dune" {>= "3.17"}
+ "ocaml" {>= "4.13.0"}
27
"ppx_expect" {with-test}
28
"ounit2" {with-test}
29
"js_of_ocaml" {with-test}
30
+ "conf-npm" {with-test}
31
"odoc" {with-doc}
32
]
33
build: [
0 commit comments