         MODULE=kyotocabinet
        VERSION=1.2.80
         SOURCE=$MODULE-$VERSION.tar.gz
     SOURCE_URL=https://dbmx.net/kyotocabinet/pkg/
     SOURCE_VFY=sha256:4c85d736668d82920bfdbdb92ac3d66b7db1108f09581a769dd9160a02def349
       WEB_SITE=https://dbmx.net/kyotocabinet/
        ENTERED=20201126
        UPDATED=20230808
          SHORT="A modern implementation of DBM in C++"

cat << EOF
Kyoto 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. Each key must be unique within a database. There is neither concept of data tables nor
data types. Records are organized in hash table or B+ tree. Kyoto Cabinet runs very fast.
EOF
