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
|
Source: udfclient
Section: otherosfs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), bmake (>= 20160220)
Standards-Version: 4.6.2
Homepage: https://www.13thmonkey.org/udfclient/
Vcs-Git: https://salsa.debian.org/debian/udfclient.git
Vcs-Browser: https://salsa.debian.org/debian/udfclient
Package: udfclient
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: userland implementation of the UDF filesystem
UDFclient is a userland implementation of the UDF filesystem as defined by the
OSTA group. UDFclient is designed to be a study platform and a run-up to a full
read and write kernel level implementation.
.
Except udfclient it contains additional utilities:
.
cd_disect - Display report of disc
cd_sessions - Show sessions on disc
mmc_format - Format optical disc
newfs_udf - Create UDF filesystem on file or a formatted disc
udfclient - FTP-like client for UDF filesystem
udfdump - Dump information from UDF filesystem
|