this repo has no description
0
fork

Configure Feed

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

set lower bound on ppxlib

+2 -2
+1 -1
packages/mlx/mlx.0.9/opam
··· 8 8 bug-reports: "https://github.com/ocaml-mlx/mlx/issues" 9 9 depends: [ 10 10 "ocaml" {>= "4.14.0"} 11 - "ppxlib" 11 + "ppxlib" {>= "0.32.1"} 12 12 "dune" {>= "3.15"} 13 13 "menhir" {= "20210419" & with-dev-setup} 14 14 "ocamlformat" {with-dev-setup}
+1 -1
packages/ocamlmerlin-mlx/ocamlmerlin-mlx.0.9/opam
··· 8 8 bug-reports: "https://github.com/ocaml-mlx/mlx/issues" 9 9 depends: [ 10 10 "ocaml" {>= "4.14.0"} 11 - "ppxlib" 11 + "ppxlib" {>= "0.32.1"} 12 12 "dune" {>= "3.15"} 13 13 "merlin-lib" 14 14 "cppo"