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+beta10"} "astring" "logs" "rresult" "fmt" "lwt" {>= "3.0.0" & < "5.6.0"} "cstruct" {>= "2.2.0" & < "6.1.0"} ] synopsis: "A library to write Datakit servers" description: """ The library exposes a VFS interface, that servers can use to write introspection libraries -- for instance to expose runtime parameters over 9p. The library does not depend on Irmin so is relatively lightweight to embed in any application.""" url { src: "https://github.com/moby/datakit/releases/download/0.12.0/datakit-0.12.0.tbz" checksum: [ "sha256=0f3f517facc7624e5f904d289a3d6a2f5666033a9eeccaf59f2a6a673a1a75d1" "md5=3ac6e63eda6034507537c6439f0f8963" ] }