this repo has no description
1opam-version: "2.0" 2synopsis: "Toolchain to produce JS from Reason/OCaml" 3maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5license: "LGPL-2.1-or-later" 6homepage: "https://github.com/melange-re/melange" 7bug-reports: "https://github.com/melange-re/melange/issues" 8depends: [ 9 "dune" {>= "3.8"} 10 "ocaml" {>= "5.1" & < "5.1.1"} 11 "cmdliner" {>= "1.1.0"} 12 "dune-build-info" 13 "cppo" {build} 14 "ounit" {with-test} 15 "reason" {with-test & >= "3.9.0"} 16 "ppxlib" {>= "0.30.0" & < "0.36.0"} 17 "menhir" {>= "20201214"} 18 "reactjs-jsx-ppx" {with-test} 19 "odoc" {with-doc} 20] 21available: arch != "x86_32" & arch != "arm32" 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/melange-re/melange.git" 36url { 37 src: 38 "https://github.com/melange-re/melange/releases/download/2.0.0/melange-2.0.0.tbz" 39 checksum: [ 40 "sha256=0e213624b1626428a181fa0fbb262eadffb24431e530ad06dca885c6f0cf1e55" 41 "sha512=a7517da8aaa5c9bb8690826af3f8ca6dbbf1bccaa3f76d8c522963f0f9d46dc5e280cc4739879fdb09674f178f5664b1ba42c774b533bc51e90332d8bf6722ae" 42 ] 43} 44x-commit-hash: "465101328e0e1ec90e246b0a2e8622e6cbdc0584"