taggedalgebraic/debian/control
2021-03-02 15:12:13 +01:00

27 lines
1,008 B
Plaintext

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}
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.