this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: ["David Scott" "David Sheets" "Thomas Leonard" "Anil Madhavapeddy"]
4license: "ISC"
5homepage: "https://github.com/mirage/ocaml-9p"
6doc: "https://mirage.github.io/ocaml-9p/"
7bug-reports: "https://github.com/mirage/ocaml-9p/issues"
8depends: [
9 "ocaml" {>= "4.03.0"}
10 "dune" {>= "1.0"}
11 "protocol-9p"
12 "protocol-9p-unix"
13 "base-bytes"
14 "rresult"
15 "logs" {>= "0.5.0"}
16 "fmt"
17 "lambda-term" {>= "2.0.0"}
18 "win-error"
19 "cmdliner"
20 "cstruct" {>= "6.0.0"}
21]
22build: [
23 ["dune" "subst"] {dev}
24 ["dune" "build" "-p" name "-j" jobs]
25]
26dev-repo: "git+https://github.com/mirage/ocaml-9p.git"
27synopsis: "An implementation of the 9p protocol in pure OCaml"
28description: """
29ocaml-9p is an implementation of the 9P protocol, written in
30a Mirage-friendly style. This opam package contains the Unix
31client.
32
33Example of the CLI program is:
34```
35o9p ls --username vagrant /var
36drwxr-xr-x ? root root 4096 Feb 2 2015 lib
37drwxr-xr-x ? root root 4096 Mar 15 2015 cache
38-rwxrwxrwx ? root root 9 May 10 2014 lock
39drwxrwxrwx ? root root 4096 Jul 6 2015 tmp
40drwxr-xr-x ? root root 4096 May 11 2014 spool
41drwxrwxr-x ? root sshd 4096 Sep 28 2015 log
42drwxr-xr-x ? root root 4096 Sep 21 2015 backups
43drwxrwxr-x ? root mail 4096 Apr 16 2014 mail
44drwxr-xr-x ? root root 4096 Apr 16 2014 opt
45drwxrwxr-x ? root 50 4096 Apr 10 2014 local
46-rwxrwxrwx ? root root 4 May 10 2014 run
47```
48"""
49url {
50 src:
51 "https://github.com/mirage/ocaml-9p/releases/download/2.0.2/protocol-9p-2.0.2.tbz"
52 checksum: [
53 "sha256=a4c0585e81f5c57c879560318016aeb022163044f2c7ae086af3dfcbbe1b8164"
54 "sha512=253bafb9a41d7e641d8f8c117de4a561f7b0a81dd7e54ab9ea322375818fe1e4d952bc7b4fdabc88cab30b2df082f0cf5c0764e5d63474c1ee43a8e3f591694e"
55 ]
56}
57x-commit-hash: "5fcd2ff1904cb044c36e4e9b0131714d11e34127"