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" "--only-packages=protocol-9p-unix,protocol-9p,protocol-9p-tool"
12 "--no-config" {jbuilder:version >= "1.0+beta18"}
13 ]
14]
15
16depends: [
17 "ocaml" {>= "4.03.0"}
18 "protocol-9p" {= "0.11.1"}
19 "protocol-9p-unix" {= "0.11.1"}
20 "base-bytes"
21 "rresult"
22 "logs" {>= "0.5.0"}
23 "fmt"
24 "protocol-9p"
25 "protocol-9p-unix"
26 "lambda-term" {< "2.0"}
27 "win-error"
28 "cmdliner"
29 "io-page"
30 "ocamlfind" {build}
31 "jbuilder"
32]
33synopsis: "A simple command-line tool for accessing 9P servers"
34url {
35 src:
36 "https://github.com/mirage/ocaml-9p/releases/download/v0.11.1/protocol-9p-0.11.1.tbz"
37 checksum: [
38 "sha256=f17df5cee1efbb912bebfa0a124dea21af8db3ddaa6f7ce603f18ca448e29491"
39 "md5=577a7fddf019b59dc7f1808de6e51987"
40 ]
41}