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" {>= "1.7"} 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/v1.0.0/datakit-v1.0.0.tbz" 28 checksum: [ 29 "sha256=e5b36c9db8ce40dd828166ddeb35b197766d782fb39d1cbc90628a43c69c34d5" 30 "sha512=af3e973be41bcbda95bdf2722e3040607cbfd5cffcd026046eba027da9cabe072c0ecb4cd7edef4aedb4ee0f68e7cec5c273f666c5fd66dd7e0ee19ed5d90c0a" 31 ] 32}