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: [ 6 "Tim McGilchrist <timmcgil@gmail.com>" 7 "Antonin Décimo <antonin@tarides.com>" 8] 9authors: [ 10 "Antonin Décimo <antonin@tarides.com>" 11 "Arthur Wendling <art.wendling@gmail.com>" 12 "David Allsopp <david.allsopp@metastack.com>" 13 "Kate <kit.ty.kate@disroot.org>" 14 "Lucas Pluvinage <lucas@tarides.com>" 15 "Mark Elvers <mark.elvers@tunbury.org>" 16 "Patrick Ferris <pf341@patricoferris.com>" 17 "Thomas Gazagnaire <thomas@gazagnaire.org>" 18 "Thomas Leonard <talex5@gmail.com>" 19 "Tim McGilchrist <timmcgil@gmail.com>" 20] 21license: "Apache-2.0" 22homepage: "https://github.com/ocurrent/obuilder" 23doc: "https://ocurrent.github.io/obuilder/" 24bug-reports: "https://github.com/ocurrent/obuilder/issues" 25depends: [ 26 "dune" {>= "3.7"} 27 "fmt" {>= "0.8.9"} 28 "sexplib" 29 "astring" 30 "ppx_deriving" 31 "ppx_sexp_conv" 32 "ocaml" {>= "4.14.1"} 33 "odoc" {with-doc} 34] 35build: [ 36 ["dune" "subst"] {dev} 37 [ 38 "dune" 39 "build" 40 "-p" 41 name 42 "-j" 43 jobs 44 "@install" 45 "@runtest" {with-test} 46 "@doc" {with-doc} 47 ] 48] 49dev-repo: "git+https://github.com/ocurrent/obuilder.git" 50url { 51 src: 52 "https://github.com/ocurrent/obuilder/releases/download/v0.6.0/obuilder-0.6.0.tbz" 53 checksum: [ 54 "sha256=07637b0d8010770b5ef89f07891dbc6155e4741582faf081ef7335ba123b3140" 55 "sha512=62ecd0a06d4b97f5288ecc0031b27a5588f7bdd44b8de4ff4293ba2228589de7b13d1c6d4e24c8c755bb3dea2e97eb6f8b9a7bbfb7d35c1e12ef6220632c9a4b" 56 ] 57} 58x-commit-hash: "d944aef9b04e0c45e584f73d3f49b821bc8421d8"