zug 0.1.1-1 source package in Ubuntu

Changelog

zug (0.1.1-1) unstable; urgency=medium

  * New upstream release.
  * Update the patches:
    - update-catch2.diff: drop, the embedded copy of doctest was dropped
  * Update the build dependencies according to the upstream build system:
    - add catch2
  * Update copyright.
  * Pass -DDISABLE_WERROR=ON to cmake to not use -Werror when building.
  * Disable the tests for now: they assume Catch2 v2.x, and v3 requires changes.

 -- Pino Toscano <email address hidden>  Sun, 15 Oct 2023 20:51:14 +0200

Upload details

Uploaded by:
Debian Qt/KDE Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Qt/KDE Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
zug_0.1.1-1.dsc 1.9 KiB ab0196c250e5bd265be88f9031e7aa490f5810557e74143cae9da36e2306aef4
zug_0.1.1.orig.tar.gz 100.4 KiB 1b9c8f962e40baa6f0c6af35f957444850063d550078a3ebd0227727b8ef193c
zug_0.1.1-1.debian.tar.xz 2.6 KiB 89b04d068e366387e8a9ef44d1ca98f17101a558f0383862acc5b0248b88f8b5

Available diffs

No changes file available.

Binary packages built by this source

libzug-dev: C++ library providing transducers -- development files

 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.
 .
 This package contains the development files.