this repo has no description
0
fork

Configure Feed

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

mlx is not compatible with OCaml 5.3 (uses compiler-libs)

Kate cb0003c0 ac01ad60

+1 -1
+1 -1
packages/mlx/mlx.0.9/opam
··· 7 7 doc: "https://url/to/documentation" 8 8 bug-reports: "https://github.com/ocaml-mlx/mlx/issues" 9 9 depends: [ 10 - "ocaml" {>= "4.14.0"} 10 + "ocaml" {>= "4.14.0" & < "5.3"} 11 11 "ppxlib" {>= "0.32.1"} 12 12 "dune" {>= "3.15"} 13 13 "menhir" {= "20210419" & with-dev-setup}