this repo has no description
0
fork

Configure Feed

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

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

[quickjs] Decrease ocaml lower bound to 4.14.1

authored by

Marcello Seri and committed by
GitHub
17234af4 39002525

+4 -4
+2 -2
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 - "ctypes" 13 + "ctypes" {>= "0.13.0"} 14 14 "alcotest" {with-test} 15 15 "fmt" {with-test} 16 16 "odoc" {with-doc}
+2 -2
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 - "ctypes" 13 + "ctypes" {>= "0.13.0"} 14 14 "alcotest" {with-test} 15 15 "fmt" {with-test} 16 16 "odoc" {with-doc}