Skip to content

Commit 63e56b1

Browse files
committed
Add constraint to OCaml 4.08.0 and above
1 parent b7fcec4 commit 63e56b1

File tree

1 file changed

+1
-1
lines changed
  • packages/dynamic_gc/dynamic_gc.0.1.0

1 file changed

+1
-1
lines changed

packages/dynamic_gc/dynamic_gc.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doc: "https://github.com/semgrep/dynamic-gc"
1515
bug-reports: "https://github.com/semgrep/dynamic-gc/issues"
1616
depends: [
1717
"dune" {>= "3.17"}
18-
"ocaml"
18+
"ocaml" {>= "4.08.0"}
1919
"odoc" {with-doc}
2020
]
2121
build: [

0 commit comments

Comments
 (0)