OCaml-9P

docs
ocaml-9p.ebuilds.bz2

OCaml-9P is a pure OCaml implementation of the 9P2000 protocol from Plan 9, together with an 9P client. As of version 0.3.2 the client part of the protocol is almost complete. Support for the [TR]wstat and [TR]Auth packages are still not implemented. The server side is very incomplete.

The 9P client included in OCaml-9P can replace the 9P client shipped with Window Manager Improved (wmiir). However, there is no real benefit with using the 9P cilent as a drop-in replacement for wmiir. The idea behind this library was to use OCaml-9P as a library for writing a complete wmii control appliction in OCaml.