Skip to content

Commit 17234af

Browse files
authored
Merge pull request #27615 from davesnx/fix-quickjs-414
[quickjs] Decrease ocaml lower bound to 4.14.1
2 parents 3900252 + d30f1d6 commit 17234af

File tree

2 files changed

+4
-4
lines changed
  • packages/quickjs

2 files changed

+4
-4
lines changed

packages/quickjs/quickjs.0.1.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ 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"
13-
"ctypes"
13+
"ctypes" {>= "0.13.0"}
1414
"alcotest" {with-test}
1515
"fmt" {with-test}
1616
"odoc" {with-doc}

packages/quickjs/quickjs.0.1.2/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ 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"
13-
"ctypes"
13+
"ctypes" {>= "0.13.0"}
1414
"alcotest" {with-test}
1515
"fmt" {with-test}
1616
"odoc" {with-doc}

0 commit comments

Comments
 (0)