Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libtokyocabinet-devel-1.4.48-10.mga10 RPM for i686

From Mageia Cauldron for i686 / media / core / release

Name: libtokyocabinet-devel Distribution: Mageia
Version: 1.4.48 Vendor: Mageia.Org
Release: 10.mga10 Build date: Sun Dec 22 04:15:01 2024
Group: Development/C Build host: localhost
Size: 468907 Source RPM: tokyocabinet-1.4.48-10.mga10.src.rpm
Packager: pterjan <pterjan>
Url: https://fallabs.com/tokyocabinet/
Summary: Static library and header files for the tokyocabinet library
Tokyo Cabinet is a library of routines for managing a database. The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data and
character string can be used as a key and a value. There is neither concept of
data tables nor data types. Records are organized in hash table or B+ tree.

As for database of hash table, each key must be unique within a database, so it
is impossible to store two or more records with a key overlaps. The following
access methods are provided to the database: storing a record with a key and a
value, deleting a record by a key, retrieving a record by a key. Moreover,
traversal access to every key are provided, although the order is arbitrary.
These access methods are similar to ones of DBM (or its followers: NDBM and
GDBM) library defined in the UNIX standard. Tokyo Cabinet is an alternative for
DBM because of its higher performance.

As for database of B+ tree, records whose keys are duplicated can be stored.
Access methods of storing, deleting, and retrieving are provided as with the
database of hash table. Records are stored in order by a comparison function
assigned by a user. It is possible to access each record with the cursor in
ascending or descending order. According to this mechanism, forward matching
search for strings and range search for integers are realized. Moreover,
transaction is available in database of B+ tree.

Tokyo Cabinet is written in the C language, and provided as API of C, Perl,
Ruby, and Java. Tokyo Cabinet is available on platforms which have API
conforming to C99 and POSIX. Tokyo Cabinet is a free software licensed under
the GNU Lesser General Public License.

This package contains the static library and its header files.

Provides

Requires

License

LGPLv2

Changelog

* Sun Dec 22 2024 pterjan <pterjan> 1.4.48-10.mga10
  + Revision: 2128202
  - Rebuild for patchN deprecation

Files

/usr/include/tcadb.h
/usr/include/tcbdb.h
/usr/include/tcfdb.h
/usr/include/tchdb.h
/usr/include/tctdb.h
/usr/include/tcutil.h
/usr/lib/libtokyocabinet.so
/usr/lib/pkgconfig/tokyocabinet.pc
/usr/share/man/man3/tcadb.3.xz
/usr/share/man/man3/tcbdb.3.xz
/usr/share/man/man3/tcfdb.3.xz
/usr/share/man/man3/tchdb.3.xz
/usr/share/man/man3/tclist.3.xz
/usr/share/man/man3/tcmap.3.xz
/usr/share/man/man3/tcmdb.3.xz
/usr/share/man/man3/tcmpool.3.xz
/usr/share/man/man3/tctdb.3.xz
/usr/share/man/man3/tctree.3.xz
/usr/share/man/man3/tcutil.3.xz
/usr/share/man/man3/tcxstr.3.xz
/usr/share/man/man3/tokyocabinet.3.xz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jan 11 14:39:33 2025