this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml syntax dialect which adds JSX syntax expressions" 3maintainer: ["Andrey Popp"] 4authors: ["Andrey Popp"] 5license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 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" & < "5.3"} 11 "ppxlib" {>= "0.32.1"} 12 "dune" {>= "3.15"} 13 "menhir" {= "20210419" & with-dev-setup} 14 "ocamlformat" {with-dev-setup} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "--promote-install-files=false" 27 "@install" 28 "@doc" {with-doc} 29 ] 30 ["dune" "install" "-p" name "--create-install-files" name] 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}