Path to this page:
Subject: CVS commit: pkgsrc/devel
From: Mark Davies
Date: 2024-03-14 20:27:07
Message id: 20240314192707.86C1EFA2C@cvs.NetBSD.org
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.
Files: