xapi-project / nbd

Ocaml NBD library

Home Page:https://xapi-project.github.io/nbd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Block Device

Coverage Status

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

This repository provides the following OPAM packages:

  • nbd : core protocol parsing library
  • nbd-unix : Lwt_unix implementation
  • nbd-tool: command line helper for serving and mirroring disks over NBD, and getting information about the disks exported by an NBD server

Each of these OPAM packages installs an ocamlfind library with the same name as the OPAM package.

Documentation

The API documentation is on github.

About

Ocaml NBD library

https://xapi-project.github.io/nbd/

License:Other


Languages

Language:OCaml 95.1%Language:Shell 3.2%Language:Standard ML 1.4%Language:Makefile 0.3%