this repo has no description

Merge pull request #27615 from davesnx/fix-quickjs-414

[quickjs] Decrease ocaml lower bound to 4.14.1

Changed files
+4 -4
packages
quickjs
quickjs.0.1.1
quickjs.0.1.2
+2 -2
packages/quickjs/quickjs.0.1.1/opam
···
bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues"
depends: [
"dune" {>= "3.8"}
-
"ocaml" {>= "5.0.0"}
+
"ocaml" {>= "4.14.1"}
"integers"
-
"ctypes"
+
"ctypes" {>= "0.13.0"}
"alcotest" {with-test}
"fmt" {with-test}
"odoc" {with-doc}
+2 -2
packages/quickjs/quickjs.0.1.2/opam
···
bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues"
depends: [
"dune" {>= "3.8"}
-
"ocaml" {>= "5.0.0"}
+
"ocaml" {>= "4.14.1"}
"integers"
-
"ctypes"
+
"ctypes" {>= "0.13.0"}
"alcotest" {with-test}
"fmt" {with-test}
"odoc" {with-doc}