opam-version: "2.0"
synopsis: "Dockerfile eDSL -- opam 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.

The opam subpackage provides opam and Linux-specific distribution
support for generating dockerfiles."""
maintainer: "Anil Madhavapeddy <anil@recoil.org>"
authors: "Anil Madhavapeddy <anil@recoil.org>"
license: "ISC"
tags: ["org:mirage" "org:ocamllabs"]
homepage: "https://github.com/avsm/ocaml-dockerfile"
doc: "https://avsm.github.io/ocaml-dockerfile/"
bug-reports: "https://github.com/avsm/ocaml-dockerfile/issues"
depends: [
  "ocaml" {>= "4.02.3"}
  "dune" {>="2.0.0"}
  "dockerfile" {= version}
  "ocaml-version" {>= "1.0.0"}
  "cmdliner"
  "astring"
]
build: [
  ["dune" "subst"] {pinned}
  ["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"
  ]
}
