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 (>= 12~),
               help2man,
               libopenmpi-dev,
               openmpi-bin,
               cmake (>= 3.11),
               chrpath,
               pkg-config
Standards-Version: 4.3.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

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.
