yomimono / nbd

Ocaml NBD library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Block Device

Build Status Coverage Status

A pure OCaml implementation of the Network Block Device protocol, which is a client/server protocol for accessing block devices.

This library installs the following ocamlfind packages:

  • nbd : core protocol parsing library
  • nbd.lwt : Lwt_unix implementation

It also installs the nbd-tool command line helper.

Documentation

The API documentation is on github.

About

Ocaml NBD library

License:Other


Languages

Language:OCaml 95.5%Language:Shell 2.6%Language:Makefile 1.2%Language:Standard ML 0.7%