this repo has no description
1opam-version: "2.0" 2synopsis: "Binding to the Docker Remote API" 3description: 4 "Control Docker <https://www.docker.com/> containers using the remote API." 5maintainer: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"] 6authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"] 7license: "ISC" 8homepage: "https://github.com/Chris00/ocaml-docker" 9doc: "https://Chris00.github.io/ocaml-docker/doc" 10bug-reports: "https://github.com/Chris00/ocaml-docker/issues" 11depends: [ 12 "dune" {>= "2.8"} 13 "ocaml" {>= "4.03" & < "5"} 14 "base-bytes" 15 "base-unix" 16 "yojson" {>= "1.6.0"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29# "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/Chris00/ocaml-docker.git" 34url { 35 src: 36 "https://github.com/Chris00/ocaml-docker/releases/download/0.2.2/docker-api-0.2.2.tbz" 37 checksum: [ 38 "sha256=9a64eced74f6ed217973043beec70f20a492a63b395df141ae03f75d3655dced" 39 "sha512=603f0abc76e42701bdb0926bc6b9c5358ba1bd58bce5c534296671db0c2497ee0d7e75752700f5c5662ccc480d393772a81a342c1aa3e331fa308e0eb60105be" 40 ] 41} 42x-commit-hash: "2b27df3c536a1812b84e7360e90f6abb1586b795"