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
|
Source: fosfat
Section: otherosfs
Priority: optional
Maintainer: Didier Raboud <odyx@debian.org>
Build-Depends: debhelper (>= 9.20151219), pkg-config (>= 0.20), libfuse-dev (>= 2.6), doxygen
Standards-Version: 3.9.8
Homepage: http://fosfat.schroetersa.ch
Vcs-Git: git://git.debian.org/collab-maint/fosfat.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/fosfat.git
Package: fosfat
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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: libfosfat0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
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 libfosfat0, which provides the API for the
Smaky file system.
Package: libfosgra0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
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 libfosgra0, used to decode the Smaky .IMAGE
picture file.
Package: fosfat-dev
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libfosfat0 (= ${binary:Version}),
libfosgra0 (= ${binary:Version}),
libjs-jquery,
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 libfosfat0, libfosgra0
and the corresponding documentation.
|