nbd
Network Block Device (NBD) protocol implementation
README
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 librarynbd-lwt-unix
:Lwt_unix
implementationnbd-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
Install
- Published
-
23 Dec 2020
- Authors
-
- Maintainers
-
Sources
Dependencies
ppx_sexp_conv
>= "v0.9.0"
ppx_cstruct
>= "3.1.0"
lwt
>= "2.7.0"
mirage-types-lwt
>= "3.0.0"
cstruct
>= "3.1.0"
io-page-unix
with-test
alcotest-lwt
with-test
alcotest
with-test
dune
>= "1.0"
ocaml
>= "4.03.0"
Reverse Dependencies