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.12.0"}
18 "protocol-9p-unix" {>= "0.12.0"}
19 "base-bytes"
20 "rresult"
21 "logs" {>= "0.5.0"}
22 "fmt"
23 "lambda-term" {< "2.0"}
24 "win-error"
25 "cmdliner"
26 "cstruct" {< "6.1.0"}
27]
28synopsis: "A simple command-line tool for accessing 9P servers"
29url {
30 src:
31 "https://github.com/mirage/ocaml-9p/releases/download/v0.12.0/protocol-9p-0.12.0.tbz"
32 checksum: [
33 "sha256=c2a4f22a5a1d8b589a05a33c8c08cdfc3aa372179c3cd0aac3003e7ee3c730fe"
34 "md5=aebba63a018939bc112de499fa32fafb"
35 ]
36}