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 "sexplib" 13 "astring" 14 "ppx_deriving" 15 "ppx_sexp_conv" 16 "dockerfile" {>= "6.6.0"} 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" 35url { 36 src: 37 "https://github.com/ocurrent/obuilder/releases/download/v0.1/obuilder-spec-v0.1.tbz" 38 checksum: [ 39 "sha256=07646502ecf345c8be698dee6bc40f17bbf6ef41eb8dce56d11edc27e6aa8363" 40 "sha512=03eaab4636c43e593900a047f6adaa01e4d2bda71263d0d356b79dfd55c1911c558e32fe1f6ec89370ddf9dd9c2ef91d0936fdc07ea859f65148d91a998038d5" 41 ] 42}