this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25147 from benmandrew/release-obuilder-v0.6.0

[new release] obuilder (2 packages) (0.6.0)

authored by

Marcello Seri and committed by
GitHub
8a2b2955 1ff12bce

+130
+58
packages/obuilder-spec/obuilder-spec.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Build specification format" 3 + description: 4 + "A library for constructing, reading and writing OBuilder build specification files." 5 + maintainer: [ 6 + "Tim McGilchrist <timmcgil@gmail.com>" 7 + "Antonin Décimo <antonin@tarides.com>" 8 + ] 9 + authors: [ 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 + ] 21 + license: "Apache-2.0" 22 + homepage: "https://github.com/ocurrent/obuilder" 23 + doc: "https://ocurrent.github.io/obuilder/" 24 + bug-reports: "https://github.com/ocurrent/obuilder/issues" 25 + depends: [ 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 + ] 35 + build: [ 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 + ] 49 + dev-repo: "git+https://github.com/ocurrent/obuilder.git" 50 + url { 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 + } 58 + x-commit-hash: "d944aef9b04e0c45e584f73d3f49b821bc8421d8"
+72
packages/obuilder/obuilder.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Run build scripts for CI" 3 + description: 4 + "OBuilder takes a build script (similar to a Dockerfile) and performs the steps in it in a sandboxed environment." 5 + maintainer: [ 6 + "Tim McGilchrist <timmcgil@gmail.com>" 7 + "Antonin Décimo <antonin@tarides.com>" 8 + ] 9 + authors: [ 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 + ] 21 + license: "Apache-2.0" 22 + homepage: "https://github.com/ocurrent/obuilder" 23 + doc: "https://ocurrent.github.io/obuilder/" 24 + bug-reports: "https://github.com/ocurrent/obuilder/issues" 25 + depends: [ 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"} 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 + ] 49 + build: [ 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 + ] 63 + dev-repo: "git+https://github.com/ocurrent/obuilder.git" 64 + url { 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 + } 72 + x-commit-hash: "d944aef9b04e0c45e584f73d3f49b821bc8421d8"