opam-version: "2.0" synopsis: "Binding to the Docker Remote API" description: "Control Docker containers using the remote API." maintainer: ["Christophe Troestler "] authors: ["Christophe Troestler "] license: "ISC" homepage: "https://github.com/Chris00/ocaml-docker" doc: "https://Chris00.github.io/ocaml-docker/doc" bug-reports: "https://github.com/Chris00/ocaml-docker/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.03" & < "5"} "base-bytes" "base-unix" "yojson" {>= "1.6.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" # "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/Chris00/ocaml-docker.git" url { src: "https://github.com/Chris00/ocaml-docker/releases/download/0.2.2/docker-api-0.2.2.tbz" checksum: [ "sha256=9a64eced74f6ed217973043beec70f20a492a63b395df141ae03f75d3655dced" "sha512=603f0abc76e42701bdb0926bc6b9c5358ba1bd58bce5c534296671db0c2497ee0d7e75752700f5c5662ccc480d393772a81a342c1aa3e331fa308e0eb60105be" ] } x-commit-hash: "2b27df3c536a1812b84e7360e90f6abb1586b795"