this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Compiler libraries for Melange, a toolchain to produce JavaScript from OCaml" 4maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 7homepage: "https://github.com/melange-re/melange-compiler-libs" 8bug-reports: "https://github.com/melange-re/melange-compiler-libs/issues" 9depends: [ 10 "dune" {>= "3.0"} 11 "ocaml" {>= "4.14.0" & < "4.15.0"} 12 "menhir" {>= "20201214"} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/melange-re/melange-compiler-libs.git" 30url { 31 src: 32 "https://github.com/melange-re/melange-compiler-libs/releases/download/0.0.1-414/melange-compiler-libs-0.0.1-414.tbz" 33 checksum: [ 34 "sha256=dad8d77adc458224aeaac72e52d0e8d04189c4913102dc21c329556120dff8b4" 35 "sha512=28dd4b05290855e9f54a472e9f05a8c5a4996919c3c2147eec358f5862443a265cb8115c8aaf7431b3f29af19212ca34f27206373d94334f433e540be9e3e884" 36 ] 37} 38x-commit-hash: "52b6ffbafb143b556ebacba3cea0c843106a2bf5"