this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: [ 4 "Thomas Leonard" "Magnus Skjegstad" "David Scott" "Thomas Gazagnaire" 5] 6license: "Apache-1.0+" 7homepage: "https://github.com/moby/datakit" 8doc: "https://docker.github.io/datakit/" 9bug-reports: "https://github.com/moby/datakit/issues" 10depends: [ 11 "ocaml" 12 "dune" 13 "astring" 14 "logs" 15 "rresult" 16 "fmt" 17 "lwt" {>= "3.0.0" & < "5.6.0"} 18 "cstruct" {>= "2.2.0" & < "6.1.0"} 19] 20build: ["dune" "build" "-p" name "-j" jobs] 21dev-repo: "git+https://github.com/moby/datakit.git" 22synopsis: "A library to write Datakit servers" 23description: """ 24The library exposes a VFS interface, that servers can use to write 25introspection libraries -- for instance to expose runtime parameters 26over 9p. The library does not depend on Irmin so is relatively 27lightweight to embed in any application. 28""" 29url { 30 src: 31 "https://github.com/moby/datakit/releases/download/v0.12.3/datakit-v0.12.3.tbz" 32 checksum: [ 33 "sha256=2634f6e04ca28caebed020484c945b8fa68c21f2215ed5dcda9923898de9368d" 34 "md5=5ff3d81b093cbe11bd6b29ae0c18aa62" 35 ] 36}