this repo has no description
1opam-version: "2.0" 2synopsis: "ReactJS JSX PPX" 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" 11 "ppxlib" {>= "0.28.0" & < "0.36.0"} 12 "odoc" {with-doc} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/melange-re/melange.git" 29url { 30 src: 31 "https://github.com/melange-re/melange/releases/download/1.0.0/melange-1.0.0.tbz" 32 checksum: [ 33 "sha256=01ff3a2711b3812889313288f9e0c8bfe2e17464b6b85282c5113cfc3b740968" 34 "sha512=db9ac4554d0c9a8deabbdcd2ae05653964184916982c746ca794df6e2061444adaa6a0367bc1840825a007be3941643abd824aaff737a431b0e5347f7c558378" 35 ] 36} 37x-commit-hash: "c989a91761a9b1bcc8af80fb9653eab897360325"