this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Melange counterpart to `ocamldep` that understands Melange-specific constructs"
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 "cppo" {build}
13 "base64" {>= "3.1.0"}
14 "cmdliner" {>= "1.1.0"}
15 "melange-compiler-libs" {>= "0.0.1-414"}
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.3.1/melange-0.3.1.tbz"
36 checksum: [
37 "sha256=b9cbcc9193e523f493ea96b95dfb0d70b077290d9342ee2201214406dbd537c0"
38 "sha512=e07282ced49c1a799116252e0fbcd3db608ce1b412f181a7b868faed20f83a6a0fea3b66be8613a81671eac7a6184fc2743483eb69b7fb6e285dcf672821360e"
39 ]
40}
41x-commit-hash: "db4e70ce7d690309ec9b451062cc762163f9a288"