this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: [ "David Scott" "David Sheets" "Thomas Leonard" ]
4license: "ISC"
5homepage: "https://github.com/mirage/ocaml-9p"
6dev-repo: "git+https://github.com/mirage/ocaml-9p.git"
7bug-reports: "https://github.com/mirage/ocaml-9p/issues"
8doc: "https://mirage.github.io/ocaml-9p/"
9
10build: [
11 ["jbuilder" "build" "-p" "protocol-9p,protocol-9p-unix" "-j" jobs]
12 ["jbuilder" "runtest"] {with-test}
13]
14depends: [
15 "ocaml" {>= "4.03.0"}
16 "jbuilder" {>= "1.0+beta7"}
17 "protocol-9p" {= "0.11.1"}
18 "io-page-unix" {>= "2.0.0"}
19 "base-bytes"
20 "cstruct" {>= "1.9.0" & < "6.0.0"}
21 "sexplib" {> "113.00.00"}
22 "prometheus"
23 "result"
24 "rresult"
25 "mirage-flow-lwt"
26 "mirage-kv-lwt" {< "2.0.0"}
27 "mirage-channel-lwt"
28 "lwt" {>= "3.0.0"}
29 "base-unix"
30 "cmdliner"
31 "astring"
32 "named-pipe" {>= "0.4.0"}
33 "fmt"
34 "logs" {>= "0.5.0"}
35 "win-error"
36 "ppx_deriving"
37 "ppx_sexp_conv"
38 "ocamlfind" {build}
39 "jbuilder"
40 "ppx_tools"
41 "alcotest" {with-test & >= "0.4.0"}
42]
43synopsis: "Unix clients and servers for the 9P protocol"
44url {
45 src:
46 "https://github.com/mirage/ocaml-9p/releases/download/v0.11.1/protocol-9p-0.11.1.tbz"
47 checksum: [
48 "sha256=f17df5cee1efbb912bebfa0a124dea21af8db3ddaa6f7ce603f18ca448e29491"
49 "md5=577a7fddf019b59dc7f1808de6e51987"
50 ]
51}