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