sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (395B)


      1 R9P
      2 ===
      3 
      4 	Author:  Kris Maglione
      5 	License: MIT
      6 	Version: 0.4
      7 
      8 `r9p` is a simple [9P](http://9p.cat-v.org) client implementation for Ruby. It
      9 currently supports basic filesystem operations, including reading, writing, and
     10 listing files. It also supports the operations of the IO class by providing a
     11 true file descriptor through a proxy thread.
     12 
     13 * [`r9p 0.4`](//dl.suckless.org/libs/r9p-0.4.tgz)