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.5"} 10 "ocaml" {>= "4.14.0" & < "4.15.0"} 11 "melange-compiler-libs" {>= "0.0.1-414"} 12 "cmdliner" {>= "1.1.0"} 13 "meldep" {= version} 14 "cppo" {build} 15 "ounit" {with-test} 16 "odoc" {with-doc} 17] 18available: arch != "x86_32" & arch != "arm32" 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/melange-re/melange.git" 33url { 34 src: 35 "https://github.com/melange-re/melange/releases/download/0.3.2/melange-0.3.2.tbz" 36 checksum: [ 37 "sha256=2e74738f624bec755860f09eeb4f446fec16290ab5c5db452645ba003c7b6d14" 38 "sha512=0c45111206dd8e4684e3036788f9ef352b3dddff55705a21c1d04271438a5d0166322e43eefe517d68c9c00390cf5bdb2d166dd2537c38f8af8815718bac0b4a" 39 ] 40} 41x-commit-hash: "01aa3e8566e848ed54550ba4289a061cdb72c2f6"