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/v0.12.3/datakit-v0.12.3.tbz"
28 checksum: [
29 "sha256=2634f6e04ca28caebed020484c945b8fa68c21f2215ed5dcda9923898de9368d"
30 "md5=5ff3d81b093cbe11bd6b29ae0c18aa62"
31 ]
32}