package protocol-9p

  1. Overview
  2. No Docs
An implementation of the 9p protocol in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

protocol-9p-v1.0.0.tbz
md5=61542ca258532b913b6b40e12160cee2

Description

ocaml-9p is an implementation of the 9P protocol, written in a Mirage-friendly style. This library supports the 9P2000.u extension. Please also refer to the protocol-9p-unix package for a Unix/Windows implementation, and to protocol-9p-tool for a CLI interface.

Published: 03 Feb 2019

Dependencies (15)

  1. ppx_sexp_conv >= "v0.9.0"
  2. win-error
  3. logs >= "0.5.0"
  4. fmt
  5. astring
  6. lwt >= "3.0.0"
  7. mirage-channel-lwt
  8. mirage-kv-lwt < "2.0.0"
  9. mirage-flow-lwt
  10. rresult
  11. sexplib > "113.00.00"
  12. cstruct >= "3.0.0" & < "4.0.0"
  13. base-bytes
  14. dune >= "1.0"
  15. ocaml >= "4.03.0"

Dev Dependencies (1)

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

Used by (7)

  1. datakit-bridge-github < "0.10.0"
  2. datakit-bridge-local-git < "0.10.0"
  3. datakit-ci < "0.10.0"
  4. datakit-server-9p
  5. protocol-9p-tool >= "0.12.0" & < "1.0.1" | >= "2.0.1"
  6. protocol-9p-unix = "1.0.0"
  7. vpnkit >= "0.2.0"

Conflicts

None