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: "1c672f4e95e744e92fa93962c7baa0d58f5006fa" url { src: "https://github.com/avsm/ocaml-dockerfile/releases/download/v6.6.0/dockerfile-v6.6.0.tbz" checksum: [ "sha256=941777ec9170cbc7aea1de9f4b86b4fa393fad477d333fcb5c25fb461e4b6bea" "sha512=a0f7fc9ea9270c94cbd827721d1ac4c575543e39ca9028ccbb77b35abb6151ec2f8d37190efbf4634f357c60eacff378a544e0dfab0e9ff7151dee8a4c920692" ] }