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] 13depends: [ 14 "ocaml" {>= "4.03.0" & < "5"} 15 "dune" {>= "1.1"} 16 "base-bytes" 17 "base-unix" 18 "yojson" {< "2.0.0"} 19] 20synopsis: "Binding to the Docker Remote API" 21description: """ 22Control Docker <https://www.docker.com/> containers using the remote API.""" 23url { 24 src: 25 "https://github.com/Chris00/ocaml-docker/releases/download/0.2.1/docker-api-0.2.1.tbz" 26 checksum: [ 27 "sha256=b68cb1528a74a245e2b437a604658a26828f1f2ea85add1756eed4263ea961de" 28 "md5=16245b41b7d2a98d038e16140b45d2db" 29 ] 30}