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 " "Antonin Décimo " "David Allsopp " "Kate " "Thomas Leonard " "Tim McGilchrist " ] authors: [ "Anil Madhavapeddy" "Anton Kochkov" "Antonin Décimo" "David Allsopp" "Ewan Mellor" "Kate Deplaix" "Louis Gesbert" "Mark Elvers" "Thomas Leonard" "Tim McGilchrist" ] license: "ISC" tags: ["org:mirage" "org:ocamllabs"] homepage: "https://github.com/ocurrent/ocaml-dockerfile" doc: "https://ocurrent.github.io/ocaml-dockerfile/doc/dockerfile-cmd/" bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues" depends: [ "dune" {>= "3.0"} "bos" {>= "0.2"} "cmdliner" "dockerfile-opam" {= version} "fmt" {>= "0.8.7"} "logs" "ppx_sexp_conv" {>= "v0.9.0"} "sexplib" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] conflicts: [ "result" {< "1.5"} "rresult" {< "0.7.0"} ] dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git" url { src: "https://github.com/ocurrent/ocaml-dockerfile/releases/download/v8.1.0/dockerfile-8.1.0.tbz" checksum: [ "sha256=7d01e40d0f128160dd3ad078221ea42c306720fd2c65e941c456895e21e7b227" "sha512=92a402c09c65b01ed2faf7687c24721b7baa54e623e2b85401c8816f6afbeb3aec0cc0c2cb4282ca8377f7552aac834573c6b0deb16832a0c50984063256ce9b" ] } x-commit-hash: "3074cdaa605ef38b323652028c05e624a4a7e187"