package nbd-unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

nbd-6.0.1.tbz
sha256=2bd3db48f84d5cc3e67ef46d323034118a6936276b2ca2689c871733482d59d0
sha512=c8588b81a7e99609c934b7f720caf50d0cee1fd3f86465ead3f9a5da2de94cb8d14a767b365efe66f5e75112889bf2debc97b33f71ec58afb877b06c11d49c22

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 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.