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
|
Source: fosfat
Maintainer: Jakob Haufe <sur5r@debian.org>
Section: otherosfs
Priority: optional
Build-Depends:
debhelper-compat (= 13),
doxygen,
libfuse3-dev,
pkgconf,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/fosfat
Vcs-Git: https://salsa.debian.org/debian/fosfat.git
Homepage: https://skywalker13.github.io/Fosfat/
Rules-Requires-Root: no
Package: fosfat
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: FUSE library to access Smaky formatted disk (ro)
Fosfat is a C library for providing read-only access to a Smaky
formatted disk. Currently, only a tool and a FUSE extension that
use this library can be used for reading a directory and copying
a file.
.
The Smaky is a line of mostly 8-bit personal computers and
accompanying operating system developed at the EPFL (École
Polytechnique Federale de Lausanne), in Switzerland, from 1974.
Package: fosfat-dev
Architecture: any
Section: devel
Depends:
libfosfat1 (= ${binary:Version}),
libfosgra1 (= ${binary:Version}),
libjs-jquery,
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: FUSE library to access Smaky formatted disk, development files
Fosfat is a C library for providing read-only access to a Smaky
formatted disk. Currently, only a tool and a FUSE extension that
use this library can be used for reading a directory and copying
a file.
.
The Smaky is a line of mostly 8-bit personal computers and
accompanying operating system developed at the EPFL (École
Polytechnique Federale de Lausanne), in Switzerland, from 1974.
.
This package contains the development files for libfosfat1, libfosgra1
and the corresponding documentation.
Package: libfosfat1
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Description: API for the Smaky file system
Fosfat is a C library for providing read-only access to a Smaky
formatted disk. Currently, only a tool and a FUSE extension that
use this library can be used for reading a directory and copying
a file.
.
The Smaky is a line of mostly 8-bit personal computers and
accompanying operating system developed at the EPFL (École
Polytechnique Federale de Lausanne), in Switzerland, from 1974.
.
This package contains the libfosfat1, which provides the API for the
Smaky file system.
Package: libfosgra1
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Description: library to decode Smaky .IMAGE files
Fosfat is a C library for providing read-only access to a Smaky
formatted disk. Currently, only a tool and a FUSE extension that
use this library can be used for reading a directory and copying
a file.
.
The Smaky is a line of mostly 8-bit personal computers and
accompanying operating system developed at the EPFL (École
Polytechnique Federale de Lausanne), in Switzerland, from 1974.
.
This package contains the libfosgra1, used to decode the Smaky .IMAGE
picture file.
|