package nbd

  1. Overview
  2. Docs
Network Block Device (NBD) protocol implementation

Install

Dune Dependency

Authors

Maintainers

Sources

nbd-2.2.0.tar.gz
md5=da820d87b2ace82bc70e4bbeaca350f1

README.md.html

Network Block Device

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.