this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 3authors: [ "Christophe Troestler <Christophe.Troestler@umons.ac.be>" ] 4license: "ISC" 5homepage: "https://github.com/Chris00/ocaml-docker" 6dev-repo: "git+https://github.com/Chris00/ocaml-docker.git" 7bug-reports: "https://github.com/Chris00/ocaml-docker/issues" 8doc: "https://Chris00.github.io/ocaml-docker/doc" 9build: [ 10 ["dune" "subst"] {dev} 11 ["dune" "build" "-p" name "-j" jobs] 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.03.0" & < "5"} 16 "dune" {>= "1.3"} 17 "base-bytes" 18 "base-unix" 19 "yojson" {< "2.0.0"} 20] 21synopsis: "Binding to the Docker Remote API" 22description: """ 23Control Docker <https://www.docker.com/> containers using the remote API.""" 24url { 25 src: 26 "https://github.com/Chris00/ocaml-docker/releases/download/0.2/docker-api-0.2.tbz" 27 checksum: [ 28 "sha256=d2e483bf2ad5095339bfcaf57bc2d8f8b342da65f25fd037fec786e23c73b5fb" 29 "md5=72dc4fa2a3cf4eb707fca31bf247eb60" 30 ] 31}