this repo has no description
1opam-version: "2.0"
2synopsis: "Dockerfile eDSL in OCaml"
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."""
7maintainer: "Anil Madhavapeddy <anil@recoil.org>"
8authors: "Anil Madhavapeddy <anil@recoil.org>"
9license: "ISC"
10tags: ["org:mirage" "org:ocamllabs"]
11homepage: "https://github.com/ocurrent/ocaml-dockerfile"
12doc: "https://ocurrent.github.io/ocaml-dockerfile/doc"
13bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
14depends: [
15 "ocaml" {>= "4.02.3"}
16 "dune" {>= "2.0.0"}
17 "ppx_sexp_conv" {>= "v0.9.0"}
18 "sexplib"
19 "fmt" {>= "0.8.7"}
20]
21build: [
22 ["dune" "subst"] {dev}
23 ["dune" "build" "-p" name "-j" jobs]
24]
25dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
26url {
27 src:
28 "https://github.com/ocurrent/ocaml-dockerfile/releases/download/v8.0.0/dockerfile-8.0.0.tbz"
29 checksum: [
30 "sha256=e97e49621489fde147dd5ebc9e8c7f742f2b9d9df766391063a2f65e5ade5d01"
31 "sha512=645abd32db85b7e1867b258cce0aa1702d0b78a08949040e3be2b9af50593591ddfd1fb09a7569746901d0b5534eac1d58130f9be5cbab001048f73605b8d0fc"
32 ]
33}
34x-commit-hash: "4acf3e60c3578b73a23277c10406a6e969f2081d"