this repo has no description
1opam-version: "2.0" 2synopsis: "ReScript syntax packaged as an opam library" 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 "melange" {= version} 12 "ppxlib" {>= "0.28.0"} 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.git" 30url { 31 src: 32 "https://github.com/melange-re/melange/releases/download/1.0.0/melange-1.0.0.tbz" 33 checksum: [ 34 "sha256=01ff3a2711b3812889313288f9e0c8bfe2e17464b6b85282c5113cfc3b740968" 35 "sha512=db9ac4554d0c9a8deabbdcd2ae05653964184916982c746ca794df6e2061444adaa6a0367bc1840825a007be3941643abd824aaff737a431b0e5347f7c558378" 36 ] 37} 38x-commit-hash: "c989a91761a9b1bcc8af80fb9653eab897360325"