1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
|
Source: libnbd
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
python3-dev,
libfuse3-dev,
libgnutls28-dev,
libxml2-dev,
pkgconf,
# fuse3 <!nocheck> | fuse <!nocheck>,
gnutls-bin <!nocheck>,
nbdkit (>= 1.12.4) <!nocheck>, nbdkit-plugin-dev (>= 1.12.4) <!nocheck>,
qemu-utils <!nocheck>,
qemu-system-common <!nocheck>,
ocaml, ocamlbuild, ocaml-findlib,
dh-ocaml,
bash-completion,
iproute2 <!nocheck>,
jq <!nocheck>,
Standards-Version: 4.7.2
Section: libs
Homepage: https://github.com/libguestfs/libnbd
Vcs-Git: https://salsa.debian.org/debian/libnbd.git
Vcs-Browser: https://salsa.debian.org/debian/libnbd
Package: libnbd-dev
Section: libdevel
Architecture: any
Depends: libnbd0 (= ${binary:Version}), ${misc:Depends}
Description: Network Block Device client library -- development files
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
This package contains the development files.
Package: libnbd0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Network Block Device client library -- shared library
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
The key features are:
.
* Synchronous and asynchronous APIs, both for ease of use and for
writing non-blocking, multithreaded clients.
.
* High performance.
.
* Minimal dependencies for the basic library.
.
* Well-documented, stable API.
.
* Bindings in several programming languages.
.
This package contains the shared library.
Package: python3-libnbd
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
Description: Network Block Device client library -- Python 3 bindings
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
This package contains Python 3 bindings and nbdsh, an interactive
shell.
Package: libnbd-ocaml
Section: ocaml
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnbd0 (= ${binary:Version}),
${ocaml:Depends}
Provides: ${ocaml:Provides}
Description: Network Block Device client library -- OCaml bindings
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
This package contains the OCaml bindings to libnbd.
Package: libnbd-ocaml-dev
Section: ocaml
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends},
libnbd0 (= ${binary:Version}),
libnbd-dev (= ${binary:Version}),
${ocaml:Depends}
Provides: ${ocaml:Provides}
Description: Network Block Device client library -- OCaml development files
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
This package contains all the files needed to develop OCaml programs
which use OCaml bindings to libnbd.
Package: libnbd-bin
Section: utils
Architecture: linux-any
Provides: nbdfuse
Replaces: nbdfuse (<< 1.4.0)
Conflicts: nbdfuse (<< 1.4.0)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
Description: Utilities using the Network Block Device client library
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
This package contains utilities that make use of libnbd:
.
- nbdcopy
- nbddiscard
- nbddump
- nbdfuse
- nbdinfo
- nbdzero
|