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" "subst" "-p" name] {dev}
12 ["jbuilder" "build" "-p" name "-j" jobs]
13]
14depends: [
15 "ocaml" {>= "4.03.0"}
16 "jbuilder" {>= "1.0+beta10"}
17 "protocol-9p" {= "0.11.2"}
18 "protocol-9p-unix" {= "0.11.2"}
19 "base-bytes"
20 "rresult"
21 "logs" {>= "0.5.0"}
22 "fmt"
23 "protocol-9p"
24 "protocol-9p-unix"
25 "lambda-term" {< "2.0"}
26 "win-error"
27 "cmdliner"
28]
29synopsis: "A simple command-line tool for accessing 9P servers"
30url {
31 src:
32 "https://github.com/mirage/ocaml-9p/releases/download/v0.11.3/protocol-9p-0.11.3.tbz"
33 checksum: [
34 "sha256=b9628dc67ca9d701290676df4738b69e7896caf390735ed8fe964bb55070921a"
35 "md5=3560e6fa51c89a9c591042df3ad57ace"
36 ]
37}