this repo has no description
1opam-version: "2.0"
2synopsis: "Dockerfile eDSL -- opam 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
8The opam subpackage provides opam and Linux-specific distribution
9support for generating dockerfiles."""
10maintainer: "Anil Madhavapeddy <anil@recoil.org>"
11authors: [
12 "Anil Madhavapeddy <anil@recoil.org>"
13 "Antonin Décimo <antonin@tarides.com>"
14]
15license: "ISC"
16tags: ["org:mirage" "org:ocamllabs"]
17homepage: "https://github.com/ocurrent/ocaml-dockerfile"
18doc: "https://ocurrent.github.io/ocaml-dockerfile/doc"
19bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
20depends: [
21 "ocaml" {>= "4.02.3"}
22 "dune" {>= "2.0.0"}
23 "dockerfile" {= version}
24 "ocaml-version" {>= "3.5.0"}
25 "cmdliner"
26 "astring"
27 "ppx_sexp_conv" {>= "v0.9.0"}
28 "sexplib"
29 "fmt" {>= "0.8.7"}
30]
31build: [
32 ["dune" "subst"] {dev}
33 ["dune" "build" "-p" name "-j" jobs]
34]
35dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
36url {
37 src:
38 "https://github.com/ocurrent/ocaml-dockerfile/releases/download/v8.0.0/dockerfile-8.0.0.tbz"
39 checksum: [
40 "sha256=e97e49621489fde147dd5ebc9e8c7f742f2b9d9df766391063a2f65e5ade5d01"
41 "sha512=645abd32db85b7e1867b258cce0aa1702d0b78a08949040e3be2b9af50593591ddfd1fb09a7569746901d0b5534eac1d58130f9be5cbab001048f73605b8d0fc"
42 ]
43}
44x-commit-hash: "4acf3e60c3578b73a23277c10406a6e969f2081d"