. "$GRIMOIRE"/CMAKE_FUNCTIONS
           SPELL=libcuckoo
         VERSION=0.3
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/efficient/$SPELL/archive/refs/tags/v$VERSION.tar.gz
     SOURCE_HASH=sha512:038d0a03364cba9e9f90a96215eed00d9bc7460e5444263bd8a0a39b21f118707dec4ab632f8ab5ac24bb93c5da43ac3d1c6240ab2bf7dcdc86e94b03ffb53d9
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://github.com/efficient/libcuckoo"
      LICENSE[0]="Apache-2.0"
         ENTERED=20211005
        KEYWORDS=""
           SHORT="high-performance concurrent hash table"
cat << EOF
libcuckoo provides a high-performance, compact hash table that allows multiple
concurrent reader and writer threads.
EOF
