1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: udfclient
Section: otherosfs
Priority: optional
Maintainer: Pali Rohár <pali.rohar@gmail.com>
Build-Depends: debhelper (>= 9), autotools-dev, bmake (>= 20160220)
Standards-Version: 3.9.8
Homepage: http://www.13thmonkey.org/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
|