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"
doc: "https://docker.github.io/datakit/"
bug-reports: "https://github.com/moby/datakit/issues"
depends: [
  "ocaml"
  "dune"
  "datakit-client" {>= "0.12.0"}
  "irmin-git" {>= "1.2.0" & < "2.0.0"}
  "irmin-watcher"
  "git-unix"
  "io-page" {>= "1.0.0"}
  "io-page" {< "2.0.0" & with-test}
  "alcotest" {with-test}
  "irmin-mem" {with-test & < "2.0.0"}
  "irmin-git" {with-test & < "2.0.0"}
  "mirage-flow" {with-test & < "2.0.0"}
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "tests/datakit-git"] {with-test}
]
dev-repo: "git+https://github.com/moby/datakit.git"
synopsis: "A library for connecting Datakit client using Git"
description: """
This library allows for creating DataKit clients that
use the Git protocol for communication.
"""
url {
  src:
    "https://github.com/moby/datakit/releases/download/0.12.2/datakit-0.12.2.tbz"
  checksum: "md5=0684dd6d4c55b163cca25a16df90af26"
}
