Source: metalang99 Standards-Version: 4.7.2 Maintainer: Roland Mas Section: devel Build-Depends: cmake, debhelper-compat (= 13), doxygen, Vcs-Browser: https://salsa.debian.org/science-team/metalang99 Vcs-Git: https://salsa.debian.org/science-team/metalang99.git Homepage: https://github.com/Hirrolot/metalang99 Package: libmetalang99-dev Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, libjs-mathjax, Description: Full-blown preprocessor metaprogramming Metalang99 is a firm foundation for writing reliable and maintainable metaprograms in pure C99. It is implemented as an interpreted FP language atop of preprocessor macros: just #include and you are ready to go. Metalang99 features algebraic data types, pattern matching, recursion, currying, and collections; in addition, it provides means for compile-time error reporting and debugging. With our built-in syntax checker, macro errors should be perfectly comprehensible, enabling you for convenient development.