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.10.0"}
19 "protocol-9p-unix" {= "0.10.0"}
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 "io-page-unix"
31 "ocamlfind" {build}
32 "jbuilder"
33]
34synopsis: "A simple command-line tool for accessing 9P servers"
35url {
36 src: "https://github.com/mirage/ocaml-9p/archive/v0.10.0.tar.gz"
37 checksum: [
38 "sha256=b19518054d727d4ef319900c602922a81b915e9022b2715127e23626164a1228"
39 "md5=b2a8aa6eaebb88ab1f9dd5fa55d57031"
40 ]
41}