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] ] depends: [ "ocaml" {>= "4.03.0" & < "5"} "dune" {>= "1.1"} "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.1/docker-api-0.2.1.tbz" checksum: [ "sha256=b68cb1528a74a245e2b437a604658a26828f1f2ea85add1756eed4263ea961de" "md5=16245b41b7d2a98d038e16140b45d2db" ] }