package protocol-9p

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

protocol-9p-2.1.0.tbz
sha256=28bace4c680708495bf3f8c936ade387870887c39c507318ecab456bf8824845
sha512=5c4a421211e84ddc2a4588d3d7d1979de83e32e8e5cde926ea0c93272720b67f009ead0ad51d087a62bffbad884390f02e030752c435f442115ee82ce932b741

doc/protocol-9p/Protocol_9p/index.html

Module Protocol_9pSource

A Mirage-friendly 9P implementation

Sourcemodule S : sig ... end

Common signatures used by the library

Sourcemodule Request : sig ... end

Parsers and printers for all 9P request messages.

Sourcemodule Error : sig ... end

Common error reporting functions

Sourcemodule Info : sig ... end
Sourcemodule Response : sig ... end

Parsers and printers for 9P response messages

Sourcemodule Types : sig ... end

Parsers and printers for types used in 9P messages

Sourcemodule Client : sig ... end
Sourcemodule Server : sig ... end

Given a transport (a Mirage FLOW), construct a 9P server on top.

Sourcemodule Buffered9PReader : sig ... end
Sourcemodule Filesystem : sig ... end
Sourcemodule Infix : sig ... end