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.0/melange-0.3.0.tbz"
37 checksum: [
38 "sha256=ddf0d6ec7e0a423ef58edbcbd4cf87b243d8fce5a64fb4bf2acdce6ff3dea2e8"
39 "sha512=aaf3ac25eb25a7f455de5b7c6969f7bfdef8cfcafef31ace8b08f392ab32a2510c86c2785278af65699d4941499bfa8803e4bec2fb743c36ce67faaa3bac75ce"
40 ]
41}
42x-commit-hash: "660be9975b98f2b7defa7506aaa6d96801e24613"