2021-03-02 13:48:18 +00:00
|
|
|
Source: libtaggedalgebraic
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Chris Josten <chris@netsoj.nl>
|
|
|
|
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}
|
2021-03-02 14:12:13 +00:00
|
|
|
Description: Generic "tagged union" implementation with transparent operator forwarding.
|
2021-03-02 13:48:18 +00:00
|
|
|
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
|
2021-03-02 14:12:13 +00:00
|
|
|
Depends: libtaggedalgebraic0 (= ${binary:Version}), ${misc:Depends}
|
2021-03-02 13:48:18 +00:00
|
|
|
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.
|