Skip to content

Commit 8165ebc

Browse files
authored
Apply suggestions from code review
1 parent c38b45c commit 8165ebc

File tree

1 file changed

+3
-2
lines changed
  • packages/re/re.1.14.0

1 file changed

+3
-2
lines changed

packages/re/re.1.14.0/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
2222
homepage: "https://github.com/ocaml/ocaml-re"
2323
bug-reports: "https://github.com/ocaml/ocaml-re/issues"
2424
depends: [
25-
"dune" {>= "3.15"}
26-
"ocaml" {>= "4.12.0"}
25+
"dune" {>= "3.17"}
26+
"ocaml" {>= "4.13.0"}
2727
"ppx_expect" {with-test}
2828
"ounit2" {with-test}
2929
"js_of_ocaml" {with-test}
30+
"conf-npm" {with-test}
3031
"odoc" {with-doc}
3132
]
3233
build: [

0 commit comments

Comments
 (0)