Source: datatype99
Standards-Version: 4.7.2
Maintainer: Roland Mas <lolando@debian.org>
Section: devel
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 libmetalang99-dev,
Vcs-Browser: https://salsa.debian.org/science-team/datatype99
Vcs-Git: https://salsa.debian.org/science-team/datatype99.git
Homepage: https://github.com/Hirrolot/datatype99

Package: libdatatype99-dev
Architecture: all
Depends:
 ${misc:Depends},
 libmetalang99-dev,
Description: Algebraic data types for C99
 Safe, intuitive algebraic data types with exhaustive pattern matching
 & compile-time introspection facilities. No external tools required,
 pure C99.
