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
|
Source: ffindex
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Laszlo Kajan <lkajan@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
help2man
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/ffindex/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/ffindex/trunk/
Homepage: http://www.splashground.de/~andy/programs/FFindex/
Package: ffindex
Architecture: any
Depends: libffindex0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: simple index/database for huge amounts of small files
FFindex is a very simple index/database for huge amounts of small files. The
files are stored concatenated in one big data file, separated by '\0'. A
second file contains a plain text index, giving name, offset and length of
the small files. The lookup is currently done with a binary search on an
array made from the index file.
.
This package provides the executables.
Package: libffindex0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: library for simple index/database for huge amounts of small files
FFindex is a very simple index/database for huge amounts of small files. The
files are stored concatenated in one big data file, separated by '\0'. A
second file contains a plain text index, giving name, offset and length of
the small files. The lookup is currently done with a binary search on an
array made from the index file.
.
This package provides the shared library.
Package: libffindex0-dev
Architecture: any
Section: libdevel
Depends: libffindex0 (= ${binary:Version}),
${misc:Depends}
Provides: libffindex-dev
Description: library for simple index/database for huge amounts of small files (development)
FFindex is a very simple index/database for huge amounts of small files. The
files are stored concatenated in one big data file, separated by '\0'. A
second file contains a plain text index, giving name, offset and length of
the small files. The lookup is currently done with a binary search on an
array made from the index file.
.
This package contains the header files and documentation needed to develop
applications with libffindex.
Package: ffindex-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ffindex (= ${binary:Version}),
libffindex0 (= ${binary:Version}),
${misc:Depends}
Description: simple index/database for huge amounts of small files (debug)
FFindex is a very simple index/database for huge amounts of small files. The
files are stored concatenated in one big data file, separated by '\0'. A
second file contains a plain text index, giving name, offset and length of
the small files. The lookup is currently done with a binary search on an
array made from the index file.
.
This package provides the detached debug symbols for ffindex and libffindex.
|