# Watch: https://github.com/capnproto/capnproto/tags
source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=capnproto
         VERSION=1.2.0
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:342f08683e60b8346f7d119242781835889d7804d54fca00348f14abe9f76bcb4572678dd4d3471c638cabe94e5a77aaf7c19b6edf297cb25a319ac544c659e4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://capnproto.org"
      LICENSE[0]=MIT
         ENTERED=20181215
           SHORT="an insanely fast data interchange format and capability-based RPC system"
cat << EOF
Cap’n Proto is an insanely fast data interchange format and capability-based
RPC system. Think JSON, except binary. Or think Protocol Buffers, except
faster.
EOF
