Path to this page:
./
devel/zug,
Transducers for C++
Branch: CURRENT,
Version: 0.1.1,
Package name: zug-0.1.1,
Maintainer: pkgsrc-userszug 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)
- (2024-03-14) Package added to pkgsrc.se, version zug-0.1.1 (created)
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.
|