opam-version: "2.0"
maintainer:   "thomas@gazagnaire.org"
authors:      ["Thomas Leonard" "Magnus Skjegstad"
               "David Scott" "Thomas Gazagnaire"]
license:      "Apache-1.0+"
homepage:     "https://github.com/moby/datakit"
bug-reports:  "https://github.com/moby/datakit/issues"
dev-repo: "git+https://github.com/moby/datakit.git"
doc:          "https://docker.github.io/datakit/"

build: ["jbuilder" "build" "-p" name "-j" jobs]

depends: [
  "ocaml"
  "jbuilder" {< "1.0+beta12"}
  "cmdliner"
  "lwt" {>= "2.7.1"}
  "uri" {>= "1.8.0"}
  "asetmap"
  "logs"
  "fmt"
  "result"
  "datakit-client" {>= "0.10.0" & < "0.11.0"}
]
synopsis: "Abstraction of the GitHub API, suitable for DataKit clients"
url {
  src:
    "https://github.com/moby/datakit/releases/download/0.10.0/datakit-0.10.0.tbz"
  checksum: "md5=1236f6e070f845ad077b748d84026132"
}
