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

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource libtokyocabinet-devel

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.

Found 1 sites for libtokyocabinet-devel

Found 6 RPM for libtokyocabinet-devel

PackageSummaryDistributionDownload
libtokyocabinet-devel-1.4.48-9.mga9.armv7hl.htmlStatic library and header files for the tokyocabinet libraryMageia Cauldron for armv7hllibtokyocabinet-devel-1.4.48-9.mga9.armv7hl.rpm
libtokyocabinet-devel-1.4.48-9.mga9.armv7hl.htmlStatic library and header files for the tokyocabinet libraryMageia 9 for armv7hllibtokyocabinet-devel-1.4.48-9.mga9.armv7hl.rpm
libtokyocabinet-devel-1.4.48-9.mga9.i586.htmlStatic library and header files for the tokyocabinet libraryMageia 9 for i586libtokyocabinet-devel-1.4.48-9.mga9.i586.rpm
libtokyocabinet-devel-1.4.48-9.mga9.i586.htmlStatic library and header files for the tokyocabinet libraryMageia Cauldron for i686libtokyocabinet-devel-1.4.48-9.mga9.i586.rpm
libtokyocabinet-devel-1.4.48-8.mga8.armv7hl.htmlStatic library and header files for the tokyocabinet libraryMageia 8 for armv7hllibtokyocabinet-devel-1.4.48-8.mga8.armv7hl.rpm
libtokyocabinet-devel-1.4.48-8.mga8.i586.htmlStatic library and header files for the tokyocabinet libraryMageia 8 for i586libtokyocabinet-devel-1.4.48-8.mga8.i586.rpm

Generated by rpm2html 1.6

Fabrice Bellet