this repo has no description
1opam-version: "2.0"
2license: "Apache-2.0"
3synopsis: "Build specification format"
4description:
5 "A library for constructing, reading and writing OBuilder build specification files."
6maintainer: ["talex5@gmail.com"]
7authors: ["talex5@gmail.com"]
8homepage: "https://github.com/ocurrent/obuilder"
9doc: "https://ocurrent.github.io/obuilder/"
10bug-reports: "https://github.com/ocurrent/obuilder/issues"
11depends: [
12 "dune" {>= "2.7"}
13 "fmt" {>= "0.8.9"}
14 "sexplib"
15 "astring"
16 "ppx_deriving"
17 "ppx_sexp_conv"
18 "ocaml" {>= "4.10.0"}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/ocurrent/obuilder.git"
36url {
37 src:
38 "https://github.com/ocurrent/obuilder/releases/download/v0.4/obuilder-0.4.tbz"
39 checksum: [
40 "sha256=b50d35dac6fe69cbb6a07bd82e922cb0fd842d7d70c60d74001491becdb18b13"
41 "sha512=1eb006a9bba83bf1f6006082cf313b03d1b9f6af6ee1faecdcb987731809e7e8f301f8373a02158c81017411f6d18f917b77b320ce78c7a9357175003c77d5d5"
42 ]
43}
44x-commit-hash: "ad84405ec45ed79a4b3a52051a2981068d992768"