summaryrefslogtreecommitdiff
path: root/databases/p5-tokyocabinet/DESCR
diff options
context:
space:
mode:
authorobache <obache>2008-09-04 12:11:00 +0000
committerobache <obache>2008-09-04 12:11:00 +0000
commit17380bf5d4f9f9bf05d1827a31216011847680a0 (patch)
treeb22988597bc292b703d379aa9087d8b5e84aba71 /databases/p5-tokyocabinet/DESCR
parent56cccfd95768c31f088da5363365fc8547c8b691 (diff)
downloadpkgsrc-17380bf5d4f9f9bf05d1827a31216011847680a0.tar.gz
Import p5-tokyocabinet-1.16 as databases/p5-tokyocabinet.
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, B+ tree, or fixed-length array. This package provides Perl binding of Tokyo Cabinet.
Diffstat (limited to 'databases/p5-tokyocabinet/DESCR')
-rw-r--r--databases/p5-tokyocabinet/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/p5-tokyocabinet/DESCR b/databases/p5-tokyocabinet/DESCR
new file mode 100644
index 00000000000..f05541e14f0
--- /dev/null
+++ b/databases/p5-tokyocabinet/DESCR
@@ -0,0 +1,8 @@
+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, B+ tree, or
+fixed-length array.
+
+This package provides Perl binding of Tokyo Cabinet.