this repo has no description
1opam-version: "2.0"
2synopsis: "Library aiming to provide data from hub.docker.com"
3maintainer: "Kate <kit.ty.kate@disroot.org>"
4authors: "Kate <kit.ty.kate@disroot.org>"
5license: "MIT"
6homepage: "https://github.com/kit-ty-kate/ocaml-docker-hub"
7doc: "https://kit-ty-kate.github.io/ocaml-docker-hub/"
8bug-reports: "https://github.com/kit-ty-kate/ocaml-docker-hub/issues"
9depends: [
10 "ocaml" {>= "4.10"}
11 "dune" {>= "2.0"}
12 "http-lwt-client" {>= "0.0.2" & < "0.1.0"}
13 "lwt"
14 "lwt_ppx"
15 "yojson" {>= "1.6.0"}
16]
17build: ["dune" "build" "-p" name "-j" jobs]
18dev-repo: "git+https://github.com/kit-ty-kate/opam-docker-hub.git"
19url {
20 src:
21 "https://github.com/kit-ty-kate/ocaml-docker-hub/releases/download/v0.1.0/docker_hub-0.1.0.tar.gz"
22 checksum: [
23 "md5=6b18910fdc25d446e4bd07d4af071f1d"
24 "sha512=37c70f5c15c5f4d77796b743bebc6b64a680822fe27e0197f5794495b0aabd42f801d6826ae439aa934bdee682225d75b18e89d6f497f2ea8ae54da33b013650"
25 ]
26}