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"]
7license: "Apache-2.0"
8homepage: "https://github.com/ocurrent/obuilder"
9doc: "https://ocurrent.github.io/obuilder/"
10bug-reports: "https://github.com/ocurrent/obuilder/issues"
11depends: [
12 "dune" {>= "3.3"}
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.5.1/obuilder-0.5.1.tbz"
39 checksum: [
40 "sha256=9de36c0a7f3df94bbe6ae3fa8c77ab31cf0c890a7580cbcf4c9f522d896594d7"
41 "sha512=d6c98d7e44f5d877fd77af29c16129cc57f7fcbe0161a48441ca38c4a73d15d319d41065ffe24f42430a5c733c088c65bfc4a4b50b92bf1b3a204f72bc580d49"
42 ]
43}
44x-commit-hash: "7015f4f00ac5183c70b27d044e8582b6c33105bd"