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 "astring"
17 "logs"
18 "rresult"
19 "fmt"
20 "lwt" {>= "3.0.0" & < "5.6.0"}
21 "cstruct" {>= "2.2.0" & < "6.1.0"}
22]
23synopsis: "A library to write Datakit servers"
24description: """
25The library exposes a VFS interface, that servers can use to write
26introspection libraries -- for instance to expose runtime parameters
27over 9p. The library does not depend on Irmin so is relatively
28lightweight to embed in any application."""
29url {
30 src:
31 "https://github.com/moby/datakit/releases/download/0.12.0/datakit-0.12.0.tbz"
32 checksum: [
33 "sha256=0f3f517facc7624e5f904d289a3d6a2f5666033a9eeccaf59f2a6a673a1a75d1"
34 "md5=3ac6e63eda6034507537c6439f0f8963"
35 ]
36}