package protocol-9p

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.11.0.tar.gz
md5=e651f3835949d511a27a7d804cab23a2

Description

Build Status Coverage Status

ocaml-9p is an implementation of the 9P protocol, written in a Mirage-friendly style.

Please read the API documentation.

Example of the CLI example program:

o9p ls --username vagrant   /var
drwxr-xr-x ? root root 4096 Feb 2  2015 lib
drwxr-xr-x ? root root 4096 Mar 15 2015 cache
-rwxrwxrwx ? root root 9    May 10 2014 lock
drwxrwxrwx ? root root 4096 Jul 6  2015 tmp
drwxr-xr-x ? root root 4096 May 11 2014 spool
drwxrwxr-x ? root sshd 4096 Sep 28 2015 log
drwxr-xr-x ? root root 4096 Sep 21 2015 backups
drwxrwxr-x ? root mail 4096 Apr 16 2014 mail
drwxr-xr-x ? root root 4096 Apr 16 2014 opt
drwxrwxr-x ? root 50   4096 Apr 10 2014 local
-rwxrwxrwx ? root root 4    May 10 2014 run

This library supports the 9P2000.u extension

Published: 07 May 2017

Dev Dependencies

None

Used by (7)

  1. datakit = "0.10.1"
  2. datakit-bridge-github < "0.10.0"
  3. datakit-bridge-local-git < "0.10.0"
  4. datakit-ci < "0.10.0"
  5. datakit-server-9p
  6. protocol-9p-tool = "0.11.0" | >= "2.0.1"
  7. protocol-9p-unix = "0.11.0"

Conflicts

None