File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ homepage: "https://github.com/ml-in-barcelona/quickjs.ml"
8
8
bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues"
9
9
depends: [
10
10
"dune" {>= "3.8"}
11
- "ocaml" {>= "5.0.0 "}
11
+ "ocaml" {>= "4.14.1 "}
12
12
"integers"
13
- "ctypes"
13
+ "ctypes" {>= "0.13.0"}
14
14
"alcotest" {with-test}
15
15
"fmt" {with-test}
16
16
"odoc" {with-doc}
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ homepage: "https://github.com/ml-in-barcelona/quickjs.ml"
8
8
bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues"
9
9
depends: [
10
10
"dune" {>= "3.8"}
11
- "ocaml" {>= "5.0.0 "}
11
+ "ocaml" {>= "4.14.1 "}
12
12
"integers"
13
- "ctypes"
13
+ "ctypes" {>= "0.13.0"}
14
14
"alcotest" {with-test}
15
15
"fmt" {with-test}
16
16
"odoc" {with-doc}
You can’t perform that action at this time.
0 commit comments