-
Notifications
You must be signed in to change notification settings - Fork 3
oscarh/ocaml9p
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
OCaml-9P Copyright 2007 Oscar Hellström, oscar at hellstrom dot st 1. What is OCaml-9P 2. Installation 1. What is OCaml-9P OCaml-9P is an OCaml implementation of the 9P file system protocol, and is intended to be used as a library. Currently, only the client part of the protocol is (partly) implemented. It can be used to implement a 9P client. The implementation is inspired by libixp (http://www.suckless.org/wiki/libs/libixp) and Ruby-IXP (http://home.gna.org/rubyixp/). It was primarily created to be used with Window Manager Improved (http://www.suckless.org/wiki/wmii). OCaml-9P used to be named OCaml-IXP. 2. Installation The usual installation is just a matter of: make && make install