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" {>="2.0.0"} "dockerfile-opam" {=version} "cmdliner" "rresult" {< "0.7.0"} "fmt" "logs" "bos" "ppx_sexp_conv" {>="v0.9.0"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/avsm/ocaml-dockerfile.git" x-commit-hash: "c0b652ed501935886b96f4e3129d7c0ee3c4e025" url { src: "https://github.com/avsm/ocaml-dockerfile/releases/download/v7.0.0/dockerfile-v7.0.0.tbz" checksum: [ "sha256=7d6715ced171e622ba9ff31803d66919a2f1507ba725e47139f6a8d1ef71cbdc" "sha512=d6c6f49367f318f3c53f392dca9a75987a7713426b383f13bb4ed1e5184081f4a7ba00aa56381387239a59bb74edaa8dfb4f3747a091f7ca2d2e78145c82b104" ] }