Source: libtaggedalgebraic Priority: optional Maintainer: Chris Josten Build-Depends: debhelper-compat (= 12), dh-dlang, meson Standards-Version: 4.5.0 Section: libs Homepage: https://github.com/s-ludwig/taggedalgebraic Package: libtaggedalgebraic0 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: Generic "tagged union" implementation with transparent operator forwarding. Implementation of a generic TaggedUnion type along with a TaggedAlgebraic type that forwards all methods and operators of the contained types using dynamic dispatch. Package: libtaggedalgebraic-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libtaggedalgebraic0 (= ${binary:Version}), ${misc:Depends} Description: Development packages for libtaggedalgebraic0 Implementation of a generic TaggedUnion type along with a TaggedAlgebraic type that forwards all methods and operators of the contained types using dynamic dispatch.