File: control

package info (click to toggle)
metalang99 1.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,436 kB
  • sloc: ansic: 6,748; python: 53; sh: 48; makefile: 17
file content (29 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: metalang99
Section: devel
Priority: optional
Maintainer: Roland Mas <lolando@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 doxygen,
Standards-Version: 4.6.2
Homepage: https://github.com/Hirrolot/metalang99
Vcs-Browser: https://salsa.debian.org/science-team/metalang99
Vcs-Git: https://salsa.debian.org/science-team/metalang99.git

Package: libmetalang99-dev
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc: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 <metalang99.h>
 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.