this repo has no description
1opam-version: "2.0" 2synopsis: "Run build scripts for CI" 3description: 4 "OBuilder takes a build script (similar to a Dockerfile) and performs the steps in it in a sandboxed environment." 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 "lwt" {>= "5.6.1"} 28 "astring" 29 "fmt" {>= "0.8.9"} 30 "logs" 31 "cmdliner" {>= "1.2.0"} 32 "tar-unix" {>= "2.4.0" & < "3.0.0"} 33 "yojson" {>= "1.6.0"} 34 "sexplib" 35 "ppx_deriving" 36 "ppx_sexp_conv" 37 "sha" {>= "1.15.4"} 38 "sqlite3" 39 "crunch" {>= "3.3.1" & build} 40 "obuilder-spec" {= version} 41 "fpath" 42 "extunix" {>= "0.4.0"} 43 "ocaml" {>= "4.14.1"} 44 "alcotest-lwt" {>= "1.7.0" & with-test} 45 "odoc" {with-doc} 46 "conf-which" {with-test} 47 "conf-bash" {with-test} 48] 49build: [ 50 ["dune" "subst"] {dev} 51 [ 52 "dune" 53 "build" 54 "-p" 55 name 56 "-j" 57 jobs 58 "@install" 59 "@runtest" {with-test} 60 "@doc" {with-doc} 61 ] 62] 63dev-repo: "git+https://github.com/ocurrent/obuilder.git" 64url { 65 src: 66 "https://github.com/ocurrent/obuilder/releases/download/v0.6.0/obuilder-0.6.0.tbz" 67 checksum: [ 68 "sha256=07637b0d8010770b5ef89f07891dbc6155e4741582faf081ef7335ba123b3140" 69 "sha512=62ecd0a06d4b97f5288ecc0031b27a5588f7bdd44b8de4ff4293ba2228589de7b13d1c6d4e24c8c755bb3dea2e97eb6f8b9a7bbfb7d35c1e12ef6220632c9a4b" 70 ] 71} 72x-commit-hash: "d944aef9b04e0c45e584f73d3f49b821bc8421d8"