File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
packages/docker_hub/docker_hub.0.1.1 Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Library aiming to provide data from hub.docker.com"
3+ maintainer: "Kate <
[email protected] >"
4+ authors: "Kate <
[email protected] >"
5+ license: "MIT"
6+ homepage: "https://github.com/kit-ty-kate/ocaml-docker-hub"
7+ doc: "https://kit-ty-kate.github.io/ocaml-docker-hub/"
8+ bug-reports: "https://github.com/kit-ty-kate/ocaml-docker-hub/issues"
9+ depends: [
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+ ]
17+ build: ["dune" "build" "-p" name "-j" jobs]
18+ dev-repo: "git+https://github.com/kit-ty-kate/ocaml-docker-hub.git"
19+ url {
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+ }
You can’t perform that action at this time.
0 commit comments