Skip to content

Commit 4080d99

Browse files
committed
[quickjs] Decrease ocaml lower bound to 4.14.1
1 parent 471f153 commit 4080d99

File tree

2 files changed

+2
-2
lines changed
  • packages/quickjs

2 files changed

+2
-2
lines changed

packages/quickjs/quickjs.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "https://github.com/ml-in-barcelona/quickjs.ml"
88
bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues"
99
depends: [
1010
"dune" {>= "3.8"}
11-
"ocaml" {>= "5.0.0"}
11+
"ocaml" {>= "4.14.1"}
1212
"integers"
1313
"ctypes"
1414
"alcotest" {with-test}

packages/quickjs/quickjs.0.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "https://github.com/ml-in-barcelona/quickjs.ml"
88
bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues"
99
depends: [
1010
"dune" {>= "3.8"}
11-
"ocaml" {>= "5.0.0"}
11+
"ocaml" {>= "4.14.1"}
1212
"integers"
1313
"ctypes"
1414
"alcotest" {with-test}

0 commit comments

Comments
 (0)