this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: ["David Scott" "David Sheets" "Thomas Leonard" "Anil Madhavapeddy"]
4license: "ISC"
5homepage: "https://github.com/mirage/ocaml-9p"
6doc: "https://mirage.github.io/ocaml-9p/"
7bug-reports: "https://github.com/mirage/ocaml-9p/issues"
8depends: [
9 "ocaml" {>= "4.03.0"}
10 "dune" {>= "1.0"}
11 "protocol-9p" {>="1.0.1"}
12 "base-bytes"
13 "cstruct" {>= "6.0.0"}
14 "cstruct-lwt" {>= "6.0.0"}
15 "sexplib" {> "113.00.00"}
16 "prometheus"
17 "rresult"
18 "mirage-flow" {>= "3.0.0" & < "4.0.0"}
19 "mirage-channel" {with-test & >= "4.0.0"}
20 "lwt" {>= "3.0.0"}
21 "base-unix"
22 "astring"
23 "fmt"
24 "logs" {with-test & >= "0.5.0"}
25 "win-error"
26 "io-page-unix" {>= "2.0.0"}
27 "ppx_sexp_conv" {< "v0.15"}
28 "alcotest" {with-test & >= "0.4.0"}
29]
30build: [
31 ["dune" "subst"] {dev}
32 ["dune" "build" "-p" name "-j" jobs]
33# ["dune" "runtest" "-p" name "-j" jobs] {with-test}
34]
35dev-repo: "git+https://github.com/mirage/ocaml-9p.git"
36synopsis: "A Unix implementation of the 9p protocol in pure OCaml"
37description: """
38ocaml-9p is an implementation of the 9P protocol, written in
39a Mirage-friendly style. This package supports the Unix socket
40library.
41"""
42url {
43 src:
44 "https://github.com/mirage/ocaml-9p/releases/download/2.0.2/protocol-9p-2.0.2.tbz"
45 checksum: [
46 "sha256=a4c0585e81f5c57c879560318016aeb022163044f2c7ae086af3dfcbbe1b8164"
47 "sha512=253bafb9a41d7e641d8f8c117de4a561f7b0a81dd7e54ab9ea322375818fe1e4d952bc7b4fdabc88cab30b2df082f0cf5c0764e5d63474c1ee43a8e3f591694e"
48 ]
49}
50x-commit-hash: "5fcd2ff1904cb044c36e4e9b0131714d11e34127"
51