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