this repo has no description
1opam-version: "2.0"
2synopsis: "Dockerfile eDSL - generation support"
3description: """
4This library provides a typed OCaml interface to generating Dockerfiles
5programmatically without having to resort to lots of shell scripting and
6awk/sed-style assembly.
7
8This sublibrary has support functions for generating arrays of Dockerfiles
9programmatically."""
10maintainer: "Anil Madhavapeddy <anil@recoil.org>"
11authors: "Anil Madhavapeddy <anil@recoil.org>"
12license: "ISC"
13tags: ["org:mirage" "org:ocamllabs"]
14homepage: "https://github.com/ocurrent/ocaml-dockerfile"
15doc: "https://ocurrent.github.io/ocaml-dockerfile/doc"
16bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
17depends: [
18 "ocaml" {>= "4.02.3"}
19 "dune" {>= "2.0.0"}
20 "dockerfile-opam" {= version}
21 "cmdliner"
22 "fmt" {>= "0.8.7"}
23 "logs"
24 "bos"
25 "result"
26 "ppx_sexp_conv" {>= "v0.9.0"}
27]
28build: [
29 ["dune" "subst"] {dev}
30 ["dune" "build" "-p" name "-j" jobs]
31]
32dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
33url {
34 src:
35 "https://github.com/ocurrent/ocaml-dockerfile/releases/download/v8.0.0/dockerfile-8.0.0.tbz"
36 checksum: [
37 "sha256=e97e49621489fde147dd5ebc9e8c7f742f2b9d9df766391063a2f65e5ade5d01"
38 "sha512=645abd32db85b7e1867b258cce0aa1702d0b78a08949040e3be2b9af50593591ddfd1fb09a7569746901d0b5534eac1d58130f9be5cbab001048f73605b8d0fc"
39 ]
40}
41x-commit-hash: "4acf3e60c3578b73a23277c10406a6e969f2081d"