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.2.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/ocaml-docker-hub.git"
19url {
20 src:
21 "https://github.com/kit-ty-kate/ocaml-docker-hub/releases/download/v0.1.1/docker_hub-0.1.1.tar.gz"
22 checksum: [
23 "md5=7c3a468da507b742a1eb4e142528b6d2"
24 "sha512=d84d9bd4ec52051bdf3da759267aefd3442275e5e21be0c33f77370029abff049401a9e664be1fcf4e6688cdedd71a053e67cec296c493d8b90960875cf24926"
25 ]
26}