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 "datakit-server" {>= "0.12.0"}
14 "mirage-flow-lwt"
15 "protocol-9p" {>= "0.11.0"}
16 "sexplib"
17]
18build: ["dune" "build" "-p" name "-j" jobs]
19dev-repo: "git+https://github.com/moby/datakit.git"
20synopsis: "Build Datakit servers using the 9P filesystem protocol"
21description: """
22This library allows for the construction of DataKit servers
23that can be accessed over the 9P filesystem protocol.
24"""
25url {
26 src:
27 "https://github.com/moby/datakit/releases/download/0.12.2/datakit-0.12.2.tbz"
28 checksum: [
29 "sha256=fee6cd712a2e313424dc0dd55f09b233f5e5367129d6a697ee257c545fe1820f"
30 "md5=0684dd6d4c55b163cca25a16df90af26"
31 ]
32}