this repo has no description
1opam-version: "2.0" 2synopsis: "Merlin support for MLX OCaml dialect" 3maintainer: ["Andrey Popp"] 4authors: ["Andrey Popp"] 5license: "MIT" 6homepage: "https://github.com/ocaml-mlx/mlx" 7doc: "https://url/to/documentation" 8bug-reports: "https://github.com/ocaml-mlx/mlx/issues" 9depends: [ 10 "ocaml" {>= "4.14.0"} 11 "ppxlib" {>= "0.32.1"} 12 "dune" {>= "3.15"} 13 "merlin-lib" 14 "cppo" 15 "csexp" {with-dev-setup} 16 "menhir" {= "20201216" & with-dev-setup} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/ocaml-mlx/mlx.git" 33url { 34 src: "https://github.com/ocaml-mlx/mlx/archive/refs/tags/0.9.tar.gz" 35 checksum: [ 36 "md5=c413c013d6c3a905e9b77cc2f65413cf" 37 "sha512=b16bcbb1e168fbc4d31b3f72f3e4d9b8d161988724a85c256f6e3f9795868fe77934ccead62b843f360da67a028f6bd484f2f4c5216d51ac9dc372439b0fc717" 38 ] 39}