package protocol-9p

  1. Overview
  2. No Docs
Client and server implementation of 9P, in a Mirage-friendly style

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.tar.gz
md5=f69315d992ab6c9adbd5b256241bbe42

Description

Protocol-9p is an implementation of the plan9 9P fileserver protocol, building on top of the Mirage libraries. Client and server implementations are provided. The library supports 9P2000 and 9P2000.u protocol variants. The server code is compatible with the Linux kernel client.

Published: 21 Jan 2016

Dependencies (16)

  1. camlp4
  2. ocamlbuild build
  3. ocamlfind build
  4. fmt
  5. stringext
  6. cmdliner
  7. base-unix
  8. ctypes
  9. unix-errno >= "0.3.0" & < "0.4.0"
  10. lwt >= "2.4.7" & < "3.0.0"
  11. mirage-types-lwt < "3.0.0"
  12. result
  13. sexplib <= "113.00.00"
  14. cstruct < "4.0.0"
  15. base-bytes
  16. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.4.0"

Used by (2)

  1. datakit = "0.10.0"
  2. protocol-9p-tool >= "2.0.1"

Conflicts

None