opam-version: "2.0" maintainer: "Christophe Troestler " authors: [ "Christophe Troestler " ] license: "ISC" homepage: "https://github.com/Chris00/ocaml-docker" dev-repo: "git+https://github.com/Chris00/ocaml-docker.git" bug-reports: "https://github.com/Chris00/ocaml-docker/issues" doc: "https://Chris00.github.io/ocaml-docker/doc" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.03.0" & < "5"} "dune" {>= "1.3"} "base-bytes" "base-unix" "yojson" {< "2.0.0"} ] synopsis: "Binding to the Docker Remote API" description: """ Control Docker containers using the remote API.""" url { src: "https://github.com/Chris00/ocaml-docker/releases/download/0.2/docker-api-0.2.tbz" checksum: [ "sha256=d2e483bf2ad5095339bfcaf57bc2d8f8b342da65f25fd037fec786e23c73b5fb" "md5=72dc4fa2a3cf4eb707fca31bf247eb60" ] }