this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package docker_hub.0.2.0

Kate c6b8c8d7 cbef5a5f

+25
+25
packages/docker_hub/docker_hub.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Library aiming to provide data from hub.docker.com" 3 + maintainer: "Kate <kit-ty-kate@outlook.com>" 4 + authors: "Kate <kit-ty-kate@outlook.com>" 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" {>= "2.0.0"} 14 + "yojson" {>= "1.6.0"} 15 + ] 16 + build: ["dune" "build" "-p" name "-j" jobs] 17 + dev-repo: "git+https://github.com/kit-ty-kate/ocaml-docker-hub.git" 18 + url { 19 + src: 20 + "https://github.com/kit-ty-kate/ocaml-docker-hub/releases/download/v0.2.0/docker_hub-0.2.0.tar.gz" 21 + checksum: [ 22 + "md5=4c3cef442a6801c8d8041a5a9ddfe92a" 23 + "sha512=df09e2375670a177da2cc5539670223919edd70bb2b5b474e192d1d5a003f8d389f3195908e8398024397ff757f73b1aedb7b3e3b334a5ee818650caad199da6" 24 + ] 25 + }