Skip to content

raphael-proust/ocaml9p

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCaml-9P
Copyright 2007 Oscar Hellström, oscar at hellstrom dot st
Copyright 2014 Raphaël Proust

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

About

9p implementation in OCaml

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 100.0%