this repo has no description

Merge pull request #21889 from tmcgilchrist/release-dockerfile-v8.0.0

[new release] dockerfile, dockerfile-opam and dockerfile-cmd (8.0.0)

Kate 8ab5c1f5 d12e3c12

Changed files
+119
packages
dockerfile
dockerfile.8.0.0
dockerfile-cmd
dockerfile-cmd.8.0.0
dockerfile-opam
dockerfile-opam.8.0.0
+41
packages/dockerfile-cmd/dockerfile-cmd.8.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Dockerfile eDSL - generation support"
+
description: """
+
This library provides a typed OCaml interface to generating Dockerfiles
+
programmatically without having to resort to lots of shell scripting and
+
awk/sed-style assembly.
+
+
This sublibrary has support functions for generating arrays of Dockerfiles
+
programmatically."""
+
maintainer: "Anil Madhavapeddy <anil@recoil.org>"
+
authors: "Anil Madhavapeddy <anil@recoil.org>"
+
license: "ISC"
+
tags: ["org:mirage" "org:ocamllabs"]
+
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
+
doc: "https://ocurrent.github.io/ocaml-dockerfile/doc"
+
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"dune" {>= "2.0.0"}
+
"dockerfile-opam" {= version}
+
"cmdliner"
+
"fmt" {>= "0.8.7"}
+
"logs"
+
"bos"
+
"result"
+
"ppx_sexp_conv" {>= "v0.9.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
+
url {
+
src:
+
"https://github.com/ocurrent/ocaml-dockerfile/releases/download/v8.0.0/dockerfile-8.0.0.tbz"
+
checksum: [
+
"sha256=e97e49621489fde147dd5ebc9e8c7f742f2b9d9df766391063a2f65e5ade5d01"
+
"sha512=645abd32db85b7e1867b258cce0aa1702d0b78a08949040e3be2b9af50593591ddfd1fb09a7569746901d0b5534eac1d58130f9be5cbab001048f73605b8d0fc"
+
]
+
}
+
x-commit-hash: "4acf3e60c3578b73a23277c10406a6e969f2081d"
+44
packages/dockerfile-opam/dockerfile-opam.8.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Dockerfile eDSL -- opam support"
+
description: """
+
This library provides a typed OCaml interface to generating Dockerfiles
+
programmatically without having to resort to lots of shell scripting and
+
awk/sed-style assembly.
+
+
The opam subpackage provides opam and Linux-specific distribution
+
support for generating dockerfiles."""
+
maintainer: "Anil Madhavapeddy <anil@recoil.org>"
+
authors: [
+
"Anil Madhavapeddy <anil@recoil.org>"
+
"Antonin Décimo <antonin@tarides.com>"
+
]
+
license: "ISC"
+
tags: ["org:mirage" "org:ocamllabs"]
+
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
+
doc: "https://ocurrent.github.io/ocaml-dockerfile/doc"
+
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"dune" {>= "2.0.0"}
+
"dockerfile" {= version}
+
"ocaml-version" {>= "3.5.0"}
+
"cmdliner"
+
"astring"
+
"ppx_sexp_conv" {>= "v0.9.0"}
+
"sexplib"
+
"fmt" {>= "0.8.7"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
+
url {
+
src:
+
"https://github.com/ocurrent/ocaml-dockerfile/releases/download/v8.0.0/dockerfile-8.0.0.tbz"
+
checksum: [
+
"sha256=e97e49621489fde147dd5ebc9e8c7f742f2b9d9df766391063a2f65e5ade5d01"
+
"sha512=645abd32db85b7e1867b258cce0aa1702d0b78a08949040e3be2b9af50593591ddfd1fb09a7569746901d0b5534eac1d58130f9be5cbab001048f73605b8d0fc"
+
]
+
}
+
x-commit-hash: "4acf3e60c3578b73a23277c10406a6e969f2081d"
+34
packages/dockerfile/dockerfile.8.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Dockerfile eDSL in OCaml"
+
description: """
+
This library provides a typed OCaml interface to generating Dockerfiles
+
programmatically without having to resort to lots of shell scripting and
+
awk/sed-style assembly."""
+
maintainer: "Anil Madhavapeddy <anil@recoil.org>"
+
authors: "Anil Madhavapeddy <anil@recoil.org>"
+
license: "ISC"
+
tags: ["org:mirage" "org:ocamllabs"]
+
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
+
doc: "https://ocurrent.github.io/ocaml-dockerfile/doc"
+
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"dune" {>= "2.0.0"}
+
"ppx_sexp_conv" {>= "v0.9.0"}
+
"sexplib"
+
"fmt" {>= "0.8.7"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
+
url {
+
src:
+
"https://github.com/ocurrent/ocaml-dockerfile/releases/download/v8.0.0/dockerfile-8.0.0.tbz"
+
checksum: [
+
"sha256=e97e49621489fde147dd5ebc9e8c7f742f2b9d9df766391063a2f65e5ade5d01"
+
"sha512=645abd32db85b7e1867b258cce0aa1702d0b78a08949040e3be2b9af50593591ddfd1fb09a7569746901d0b5534eac1d58130f9be5cbab001048f73605b8d0fc"
+
]
+
}
+
x-commit-hash: "4acf3e60c3578b73a23277c10406a6e969f2081d"