         MODULE=zug
        VERSION=0.1.2
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/arximboldi/zug/archive/refs/tags/v$VERSION.tar.gz
     SOURCE_VFY=sha256:75ff666a4ce1615b3ca26abbb17b10f5cb5cf5f86c9c293ec430c34750d3ea27
       WEB_SITE=https://sinusoid.es/zug/
           TYPE=cmake
        ENTERED=20231007
        UPDATED=20260424
          SHORT="C++ library providing transducers"

cat << EOF
zug is a C++ library providing transducers. Transducers are composable
sequential transformations independent of the source. They are extremely
lightweight, and can be used to express algorithms over pull-based sequences
(iterators, files) but also push based sequences (signals, events, asynchronous
streams) in a generic way.
EOF
