./devel/zug, Transducers for C++

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.1, Package name: zug-0.1.1, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 100.446 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-14 10:35:26 by Thomas Klausner | Files touched by this commit (1)
Log message:
zug: add missing catch2 dependency to fix build

Only needed for tests.
   2024-03-14 20:27:07 by Mark Davies | Files touched by this commit (5)
Log message:
zug: add version 0.1.1

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.