this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3authors: ["Thomas Leonard" "Magnus Skjegstad"
4 "David Scott" "Thomas Gazagnaire"]
5license: "Apache-1.0+"
6homepage: "https://github.com/moby/datakit"
7bug-reports: "https://github.com/moby/datakit/issues"
8dev-repo: "git+https://github.com/moby/datakit.git"
9doc: "https://docker.github.io/datakit/"
10
11build: ["jbuilder" "build" "-p" name "-j" jobs]
12
13depends: [
14 "ocaml"
15 "jbuilder" {>= "1.0+beta10"}
16 "datakit-server" {>= "0.12.0"}
17 "mirage-flow-lwt"
18 "protocol-9p" {>= "0.11.0"}
19 "sexplib"
20]
21synopsis: "Orchestrate applications using a Git-like dataflow"
22description: """
23*DataKit* is a tool to orchestrate applications using a Git-like dataflow. It
24revisits the UNIX pipeline concept, with a modern twist: streams of
25tree-structured data instead of raw text. DataKit allows you to define
26complex build pipelines over version-controlled data.
27
28DataKit is currently used as the coordination
29layer for [HyperKit](http://github.com/docker/hyperkit), the
30hypervisor component of
31[Docker for Mac and Windows](https://blog.docker.com/2016/03/docker-for-mac-windows-beta/), and
32for the [DataKitCI][] continuous integration system."""
33url {
34 src:
35 "https://github.com/moby/datakit/releases/download/0.12.0/datakit-0.12.0.tbz"
36 checksum: [
37 "sha256=0f3f517facc7624e5f904d289a3d6a2f5666033a9eeccaf59f2a6a673a1a75d1"
38 "md5=3ac6e63eda6034507537c6439f0f8963"
39 ]
40}