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>"] 6homepage: "https://github.com/melange-re/melange" 7bug-reports: "https://github.com/melange-re/melange/issues" 8license: "LGPL-2.1-or-later" 9depends: [ 10 "dune" {>= "3.5"} 11 "ocaml" 12 "melange" {= version} 13 "cmdliner" {>= "1.1.0"} 14 "luv" {>= "0.5.11" & < "0.5.13"} 15 "ounit" {with-test} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 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.2.0/melange-0.2.0.tbz" 36 checksum: [ 37 "sha256=83101338bab931280c2e4f27baf246e0759ecb292ec451e2528ff8141663a135" 38 "sha512=062edb295cd8e78292ab9a381d8ff96ef8041aaaf0b540c9751c9c77d5f4a803027ed22da4ceb1248b2687e66c0ca3e2d2559945778c590cc50b663d5e6e63e2" 39 ] 40} 41x-commit-hash: "70669ab34e9af32c72fb6af1c676adfe69a04199"