First packaging for Debian

This commit is contained in:
Chris Josten 2021-03-02 14:48:18 +01:00
parent ea6adfd891
commit 7279e2e8d1
12 changed files with 114 additions and 0 deletions

7
debian/README vendored Normal file
View file

@ -0,0 +1,7 @@
libtaggedalgebraic
----------------------------
Implementation of a generic TaggedUnion type along with a TaggedAlgebraic type that forwards all
methods and operators of the contained types using dynamic dispatch.
-- Chris Josten <chris@netsoj.nl> Mon, 01 Mar 2021 23:27:54 +0100