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 " authors: "Anil Madhavapeddy " license: "ISC" tags: ["org:mirage" "org:ocamllabs"] homepage: "https://github.com/avsm/ocaml-dockerfile" doc: "https://avsm.github.io/ocaml-dockerfile/doc" bug-reports: "https://github.com/avsm/ocaml-dockerfile/issues" depends: [ "ocaml" {>= "4.02.3"} "dune" "dockerfile-opam" {>= "3.0.0"} "cmdliner" "rresult" {< "0.7.0"} "fmt" "logs" "bos" "ppx_sexp_conv" ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/avsm/ocaml-dockerfile.git" url { src: "https://github.com/avsm/ocaml-dockerfile/releases/download/v6.1.1/dockerfile-v6.1.1.tbz" checksum: [ "sha256=5e9d94bf15b3710d70a4f803c441296e8f7e57e761aa45f6330f2a905014704e" "sha512=76f1a66af1eb3cc7c247ffa3daa4be63974d48a8d32ec976290b52a2bad2f53deed6afd4751af2343bc59a61339465870fb9ce70636106ad90aeed02e96dc236" ] }