package protocol-9p-unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

protocol-9p-v1.0.1.tbz
md5=db531adcbacff8e7afb54bb5792959e5

Description

ocaml-9p is an implementation of the 9P protocol, written in a Mirage-friendly style. This package supports the Unix socket library.

Published: 07 Feb 2019

README

OCaml-9P -- An implementation of the 9p protocol in pure OCaml

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

Dependencies (20)

  1. ppx_sexp_conv
  2. io-page-unix >= "2.0.0"
  3. win-error
  4. logs >= "0.5.0"
  5. fmt
  6. astring
  7. base-unix
  8. lwt >= "3.0.0"
  9. mirage-channel-lwt
  10. mirage-kv-lwt < "2.0.0"
  11. mirage-flow-lwt
  12. rresult
  13. prometheus
  14. sexplib > "113.00.00"
  15. cstruct-lwt >= "3.0.0" & < "6.0.0"
  16. cstruct >= "3.0.0" & < "6.0.0"
  17. base-bytes
  18. protocol-9p >= "1.0.1" & < "2.0.0"
  19. dune >= "1.0"
  20. ocaml >= "4.03.0"

Dev Dependencies (1)

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

Used by (9)

  1. datakit = "0.10.1" | >= "0.12.2"
  2. datakit-bridge-github >= "0.10.1"
  3. datakit-bridge-local-git >= "0.10.1"
  4. datakit-ci >= "0.10.1"
  5. datakit-client = "0.10.1"
  6. datakit-client-9p
  7. datakit-server = "0.10.1"
  8. protocol-9p-tool >= "0.12.0" & != "2.0.0"
  9. vpnkit = "0.1.1"

Conflicts

None