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"}
  "datakit-client" {>= "0.11.0"}
  "irmin-git" {>= "1.2.0" & < "2.0.0"}
  "irmin" {< "1.4.0"}
  "irmin-watcher" {>= "0.3.0"}
  "git-unix" {< "2.0"}
  "alcotest" {with-test & < "0.8.0"}
  "irmin-mem" {with-test & < "2.0.0"}
  "irmin-git" {with-test & < "2.0.0"}
  "mirage-flow" {with-test & >= "1.2.0" & < "2.0.0"}
]
synopsis: "Orchestrate applications using a Git-like dataflow"
description: """
*DataKit* is a tool to orchestrate applications using a Git-like dataflow. It
revisits the UNIX pipeline concept, with a modern twist: streams of
tree-structured data instead of raw text. DataKit allows you to define
complex build pipelines over version-controlled data.

DataKit is currently used as the coordination
layer for [HyperKit](http://github.com/docker/hyperkit), the
hypervisor component of
[Docker for Mac and Windows](https://blog.docker.com/2016/03/docker-for-mac-windows-beta/), and
for the [DataKitCI][] continuous integration system."""
url {
  src:
    "https://github.com/moby/datakit/releases/download/0.11.0/datakit-0.11.0.tbz"
  checksum: "md5=b1b7bb4d727d5c7e61f34045be96f178"
}
