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.5.1.tar.gz
md5=14bb94e9aa8ac205d6b8b5e3a5062542

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: 03 May 2016

Dependencies (15)

  1. ocamlbuild build
  2. ocamlfind build
  3. type_conv build
  4. logs >= "0.5.0"
  5. fmt
  6. stringext
  7. cmdliner
  8. lwt >= "2.4.7" & < "3.0.0"
  9. mirage-types-lwt < "3.0.0"
  10. result
  11. sexplib <= "113.00.00"
  12. cstruct >= "1.6.0" & < "2.0.0"
  13. base-unix
  14. base-bytes
  15. 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 (1)

  1. lambda-term >= "2.0"