this repo has no description
1opam-version: "2.0"
2maintainer: "Andre Nathan <andre@hostnet.com.br>"
3authors: ["Andre Nathan <andre@hostnet.com.br>"]
4license: "MIT"
5homepage: "https://github.com/andrenth/kubecaml"
6dev-repo: "git+https://github.com/andrenth/kubecaml.git"
7bug-reports: "https://github.com/andrenth/kubecaml/issues"
8build: [
9 ["jbuilder" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "ocaml" {>= "4.05.0"}
13 "jbuilder" {>= "1.0+beta7"}
14 "cohttp-lwt-unix" {>= "1.0.2"}
15 "lwt" {>= "3.3.0"}
16 "ppx_deriving_yojson" {>= "3.1"}
17 "re" {>= "1.7.3"}
18 "swagger" {>= "0.1.0"}
19 "uri" {>= "1.9.6"}
20 "yojson" {>= "1.4.1"}
21 "ocaml-migrate-parsetree" {< "2.0.0"}
22]
23synopsis: "Kubernetes API client for OCaml"
24description: """
25Kubecaml is an auto-generated Kubernetes API client for OCaml,
26built from the Swagger specification using OCaml-Swagger."""
27url {
28 src: "https://github.com/andrenth/kubecaml/archive/0.1.0.tar.gz"
29 checksum: [
30 "sha256=7878c5ea8f72869e0dc1203a3f484385a6656fe013332c810ad842f68d6256a2"
31 "md5=1e1b8d6d4cadfb45408c924e7f3ba05f"
32 ]
33}