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" doc: "https://docker.github.io/datakit/" bug-reports: "https://github.com/moby/datakit/issues" depends: [ "ocaml" "dune" "datakit-server" {>= "0.12.0"} "mirage-flow-lwt" "protocol-9p" {>= "0.11.0"} "sexplib" ] build: ["dune" "build" "-p" name "-j" jobs] dev-repo: "git+https://github.com/moby/datakit.git" synopsis: "Build Datakit servers using the 9P filesystem protocol" description: """ This library allows for the construction of DataKit servers that can be accessed over the 9P filesystem protocol. """ url { src: "https://github.com/moby/datakit/releases/download/0.12.2/datakit-0.12.2.tbz" checksum: [ "sha256=fee6cd712a2e313424dc0dd55f09b233f5e5367129d6a697ee257c545fe1820f" "md5=0684dd6d4c55b163cca25a16df90af26" ] }