this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Build system for Melange that defers to Dune for build orchestration" 4maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6license: "LGPL-2.1-or-later" 7homepage: "https://github.com/melange-re/melange" 8bug-reports: "https://github.com/melange-re/melange/issues" 9depends: [ 10 "dune" {>= "3.5"} 11 "ocaml" 12 "melange" {= version} 13 "cmdliner" {>= "1.1.0"} 14 "luv" {>= "0.5.11" & < "0.5.13"} 15 "ocaml-migrate-parsetree" {>= "2.3.0"} 16 "ounit" {with-test} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/melange-re/melange.git" 34url { 35 src: 36 "https://github.com/melange-re/melange/releases/download/0.3.1/melange-0.3.1.tbz" 37 checksum: [ 38 "sha256=b9cbcc9193e523f493ea96b95dfb0d70b077290d9342ee2201214406dbd537c0" 39 "sha512=e07282ced49c1a799116252e0fbcd3db608ce1b412f181a7b868faed20f83a6a0fea3b66be8613a81671eac7a6184fc2743483eb69b7fb6e285dcf672821360e" 40 ] 41} 42x-commit-hash: "db4e70ce7d690309ec9b451062cc762163f9a288"