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: "4c2136d0975fae1880af38b7274a6765dea64da8" 36url { 37 src: 38 "https://github.com/ocurrent/obuilder/releases/download/v0.2/obuilder-spec-v0.2.tbz" 39 checksum: [ 40 "sha256=598a7a5b1059842ca712674705f87c11efcf0491a26ec2c0a2c07448066edc5d" 41 "sha512=e6254b015d59ac48cf732a56ba6b78d38ac45fbd852f28a225ff4487d0379be0b004958805aee2be469d52e68a8e360a35d62cf10be79ecc96e975c97bce1a24" 42 ] 43}