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" {>= "4.13.0" & < "5.1.1"} 11 "cmdliner" {>= "1.1.0"} 12 "base64" {>= "3.1.0"} 13 "dune-build-info" 14 "cppo" {build} 15 "ounit" {with-test} 16 "reason" {with-test & < "3.10.0"} 17 "ppxlib" {>= "0.24.0" & < "0.36.0"} 18 "menhir" {>= "20201214"} 19 "reactjs-jsx-ppx" {with-test} 20 "odoc" {with-doc} 21] 22available: arch != "x86_32" & arch != "arm32" 23conflicts: [ 24 "ocaml-option-bytecode-only" 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/melange-re/melange.git" 40url { 41 src: 42 "https://github.com/melange-re/melange/releases/download/1.0.0/melange-1.0.0.tbz" 43 checksum: [ 44 "sha256=01ff3a2711b3812889313288f9e0c8bfe2e17464b6b85282c5113cfc3b740968" 45 "sha512=db9ac4554d0c9a8deabbdcd2ae05653964184916982c746ca794df6e2061444adaa6a0367bc1840825a007be3941643abd824aaff737a431b0e5347f7c558378" 46 ] 47} 48x-commit-hash: "c989a91761a9b1bcc8af80fb9653eab897360325"