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
|
Source: composefs
Section: utils
Priority: optional
Maintainer: Roland Hieber <rhi@pengutronix.de>
Uploaders: Dylan Aïssi <daissi@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
fsverity,
fuse3,
go-md2man,
libcap2-bin,
libfuse3-dev,
libssl-dev,
meson,
pkgconf,
Standards-Version: 4.7.2
Homepage: https://github.com/containers/composefs
Vcs-Browser: https://salsa.debian.org/debian/composefs
Vcs-Git: https://salsa.debian.org/debian/composefs.git
Package: composefs
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: mechanism for stacking read-only filesystems (tools)
composefs combines several underlying Linux features to provide a very
flexible mechanism to support read-only mountable filesystem trees, stacking
on top of an underlying "lower" Linux filesystem. The key targeted use case
for composefs is versioned, immutable executable filesystem trees (i.e.
container images and bootable host systems), where some of these filesystems
may share *parts* of their storage (i.e. some files may be different, but not
all).
.
The key technologies used by composefs are: overlayfs as the kernel interface,
EROFS for a mountable metadata tree, and fs-verity (optional) from the lower
filesystems.
.
This package contains the userspace tools.
Package: libcomposefs1
Architecture: linux-any
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends},
Description: mechanism for stacking read-only filesystems (library)
composefs combines several underlying Linux features to provide a very
flexible mechanism to support read-only mountable filesystem trees, stacking
on top of an underlying "lower" Linux filesystem. The key targeted use case
for composefs is versioned, immutable executable filesystem trees (i.e.
container images and bootable host systems), where some of these filesystems
may share *parts* of their storage (i.e. some files may be different, but not
all).
.
The key technologies used by composefs are: overlayfs as the kernel interface,
EROFS for a mountable metadata tree, and fs-verity (optional) from the lower
filesystems.
.
This package contains the library, libcomposefs.
Package: libcomposefs-dev
Architecture: linux-any
Section: libdevel
Depends:
${shlibs:Depends},
${misc:Depends},
libcomposefs1 (= ${binary:Version})
Description: mechanism for stacking read-only filesystems (development files)
composefs combines several underlying Linux features to provide a very
flexible mechanism to support read-only mountable filesystem trees, stacking
on top of an underlying "lower" Linux filesystem. The key targeted use case
for composefs is versioned, immutable executable filesystem trees (i.e.
container images and bootable host systems), where some of these filesystems
may share *parts* of their storage (i.e. some files may be different, but not
all).
.
The key technologies used by composefs are: overlayfs as the kernel interface,
EROFS for a mountable metadata tree, and fs-verity (optional) from the lower
filesystems.
.
This package contains the development header files that are needed if you want
to link against libcomposefs.
|