ffindex 0.9.9.9-6 source package in Ubuntu

Changelog

ffindex (0.9.9.9-6) unstable; urgency=medium

  * Fix watch file
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 03 Nov 2022 18:10:23 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe science
Lunar release universe science

Downloads

File Size SHA-256 Checksum
ffindex_0.9.9.9-6.dsc 2.1 KiB 947618a4f361ea7ca77384fb7ac03ae731dc57649de5dbae0cf5182598856c10
ffindex_0.9.9.9.orig.tar.gz 35.7 KiB 4ffb59f471d48140a8bdf3b7d5334b3163fff6e068c9d9d375b8ffb0fb220569
ffindex_0.9.9.9-6.debian.tar.xz 14.9 KiB cb84090d1edfaa5129607bfdbf9064c16a34d37038ef5d0e828233b1cd1d44d5

Available diffs

No changes file available.

Binary packages built by this source

ffindex: 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.

ffindex-dbgsym: debug symbols for ffindex
libffindex0: No summary available for libffindex0 in ubuntu noble.

No description available for libffindex0 in ubuntu noble.

libffindex0-dbgsym: No summary available for libffindex0-dbgsym in ubuntu noble.

No description available for libffindex0-dbgsym in ubuntu noble.

libffindex0-dev: 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.