this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[quickjs] Decrease ocaml lower bound to 4.14.1

+2 -2
+1 -1
packages/quickjs/quickjs.0.1.1/opam
··· 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 13 "ctypes" 14 14 "alcotest" {with-test}
+1 -1
packages/quickjs/quickjs.0.1.2/opam
··· 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 13 "ctypes" 14 14 "alcotest" {with-test}