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
|
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>,
Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
help2man,
mpi-default-dev,
mpi-default-bin,
cmake,
chrpath,
pkgconf
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/ffindex
Vcs-Git: https://salsa.debian.org/med-team/ffindex.git
Homepage: https://github.com/ahcm/ffindex
Rules-Requires-Root: no
Package: ffindex
Architecture: any
Depends: libffindex0t64 (= ${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: libffindex0t64
Provides: ${t64:Provides}
Replaces: libffindex0
Breaks: libffindex0 (<< ${source:Version})
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: libffindex0t64 (= ${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.
|