opam-version: "2.0" synopsis: "Library aiming to provide data from hub.docker.com" maintainer: "Kate " authors: "Kate " license: "MIT" homepage: "https://github.com/kit-ty-kate/ocaml-docker-hub" doc: "https://kit-ty-kate.github.io/ocaml-docker-hub/" bug-reports: "https://github.com/kit-ty-kate/ocaml-docker-hub/issues" depends: [ "ocaml" {>= "4.13"} "dune" {>= "2.0"} "http-lwt-client" {>= "0.2.0"} "lwt" {>= "2.0.0"} "yojson" {>= "1.6.0"} ] build: ["dune" "build" "-p" name "-j" jobs] dev-repo: "git+https://github.com/kit-ty-kate/ocaml-docker-hub.git" url { src: "https://github.com/kit-ty-kate/ocaml-docker-hub/releases/download/v0.2.0/docker_hub-0.2.0.tar.gz" checksum: [ "md5=4c3cef442a6801c8d8041a5a9ddfe92a" "sha512=df09e2375670a177da2cc5539670223919edd70bb2b5b474e192d1d5a003f8d389f3195908e8398024397ff757f73b1aedb7b3e3b334a5ee818650caad199da6" ] }