this repo has no description

New release of OCaml Dockerfile

Changed files
+215
packages
dockerfile
dockerfile.8.2.2
dockerfile-cmd
dockerfile-cmd.8.2.2
dockerfile-opam
dockerfile-opam.8.2.2
+74
packages/dockerfile-cmd/dockerfile-cmd.8.2.2/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>"
+
"Antonin Décimo <antonin@tarides.com>"
+
"David Allsopp <david.allsopp@metastack.com>"
+
"Kate <kit.ty.kate@disroot.org>"
+
"Thomas Leonard <talex5@gmail.com>"
+
"Tim McGilchrist <timmcgil@gmail.com>"
+
]
+
authors: [
+
"Anil Madhavapeddy"
+
"Anton Kochkov"
+
"Antonin Décimo"
+
"David Allsopp"
+
"Ewan Mellor"
+
"Kate Deplaix"
+
"Louis Gesbert"
+
"Mark Elvers"
+
"Thomas Leonard"
+
"Tim McGilchrist"
+
]
+
license: "ISC"
+
tags: ["org:mirage" "org:ocamllabs"]
+
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
+
doc: "https://ocurrent.github.io/ocaml-dockerfile/doc/dockerfile-cmd/"
+
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"bos" {>= "0.2"}
+
"cmdliner"
+
"dockerfile-opam" {= version}
+
"fmt" {>= "0.8.7"}
+
"logs"
+
"ppx_sexp_conv" {>= "v0.9.0"}
+
"sexplib"
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"result" {< "1.5"}
+
"rresult" {< "0.7.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
+
url {
+
src:
+
"https://github.com/ocurrent/ocaml-dockerfile/releases/download/v8.2.2/dockerfile-8.2.2.tbz"
+
checksum: [
+
"sha256=c862934be41936d65fbf7ca89d8699adc3deb22d0fb4e0e0e8505342a107c5ab"
+
"sha512=a5300fd66567c02b3987801f1905a3d15f1f7217d3c83ff70a1190520c3a000ef256541d3b471df26be52e245c187b4f12e20c5bb6e6f033a1a185cd5c96428b"
+
]
+
}
+
x-commit-hash: "2f7379b072897cb42fa62f70ca7f49a5598f50f6"
+73
packages/dockerfile-opam/dockerfile-opam.8.2.2/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>"
+
"Antonin Décimo <antonin@tarides.com>"
+
"David Allsopp <david.allsopp@metastack.com>"
+
"Kate <kit.ty.kate@disroot.org>"
+
"Thomas Leonard <talex5@gmail.com>"
+
"Tim McGilchrist <timmcgil@gmail.com>"
+
]
+
authors: [
+
"Anil Madhavapeddy"
+
"Anton Kochkov"
+
"Antonin Décimo"
+
"David Allsopp"
+
"Ewan Mellor"
+
"Kate Deplaix"
+
"Louis Gesbert"
+
"Mark Elvers"
+
"Thomas Leonard"
+
"Tim McGilchrist"
+
]
+
license: "ISC"
+
tags: ["org:mirage" "org:ocamllabs"]
+
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
+
doc: "https://ocurrent.github.io/ocaml-dockerfile/doc/dockerfile-opam/"
+
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"astring"
+
"dockerfile" {= version}
+
"fmt" {>= "0.8.7"}
+
"ocaml-version" {>= "3.5.0"}
+
"ppx_sexp_conv" {>= "v0.9.0"}
+
"sexplib"
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"result" {< "1.5"}
+
"rresult" {< "0.7.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
+
url {
+
src:
+
"https://github.com/ocurrent/ocaml-dockerfile/releases/download/v8.2.2/dockerfile-8.2.2.tbz"
+
checksum: [
+
"sha256=c862934be41936d65fbf7ca89d8699adc3deb22d0fb4e0e0e8505342a107c5ab"
+
"sha512=a5300fd66567c02b3987801f1905a3d15f1f7217d3c83ff70a1190520c3a000ef256541d3b471df26be52e245c187b4f12e20c5bb6e6f033a1a185cd5c96428b"
+
]
+
}
+
x-commit-hash: "2f7379b072897cb42fa62f70ca7f49a5598f50f6"
+68
packages/dockerfile/dockerfile.8.2.2/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>"
+
"Antonin Décimo <antonin@tarides.com>"
+
"David Allsopp <david.allsopp@metastack.com>"
+
"Kate <kit.ty.kate@disroot.org>"
+
"Thomas Leonard <talex5@gmail.com>"
+
"Tim McGilchrist <timmcgil@gmail.com>"
+
]
+
authors: [
+
"Anil Madhavapeddy"
+
"Anton Kochkov"
+
"Antonin Décimo"
+
"David Allsopp"
+
"Ewan Mellor"
+
"Kate Deplaix"
+
"Louis Gesbert"
+
"Mark Elvers"
+
"Thomas Leonard"
+
"Tim McGilchrist"
+
]
+
license: "ISC"
+
tags: ["org:mirage" "org:ocamllabs"]
+
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
+
doc: "https://ocurrent.github.io/ocaml-dockerfile/doc/dockerfile/"
+
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.08"}
+
"fmt" {>= "0.8.7"}
+
"ppx_sexp_conv" {>= "v0.9.0"}
+
"sexplib"
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"result" {< "1.5"}
+
"rresult" {< "0.7.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
+
url {
+
src:
+
"https://github.com/ocurrent/ocaml-dockerfile/releases/download/v8.2.2/dockerfile-8.2.2.tbz"
+
checksum: [
+
"sha256=c862934be41936d65fbf7ca89d8699adc3deb22d0fb4e0e0e8505342a107c5ab"
+
"sha512=a5300fd66567c02b3987801f1905a3d15f1f7217d3c83ff70a1190520c3a000ef256541d3b471df26be52e245c187b4f12e20c5bb6e6f033a1a185cd5c96428b"
+
]
+
}
+
x-commit-hash: "2f7379b072897cb42fa62f70ca7f49a5598f50f6"