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 30 31 32 33
|
Source: ztex-bmp
Standards-Version: 4.7.2
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Steffen Moeller <moeller@debian.org>,
Section: science
Priority: optional
Build-Depends:
debhelper-compat (= 13),
fp-compiler,
Vcs-Browser: https://salsa.debian.org/science-team/ztex-bmp
Vcs-Git: https://salsa.debian.org/science-team/ztex-bmp.git
Homepage: https://wiki.ztex.de/doku.php?id=en:software:compilation:bmp
Package: ztex-bmp
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: universal macro processor
bmp (for babel universal macro processor) is a powerful general purpose
macro processor that can be used in combination with many languages,
e.g. Pascal or C. Projects comprising many different languages,
can this way share a single mechanism to adjust parameters across
all their code base. Developers with C background will be reminded
of the functionality of cpp or m4, and those fluent in UNIX will also
see similarities to sed.
.
bmp was developed as a part of the ZTEX EZ-USB SDK and is used to
assemble the firmware for EZ-USB micro controllers. It is not associated
in any way with D. Knuth's typesetting system. When run as a standalone
application, it is as versatile as to serve as a parser or to perform
some non-trivial text replacements.
|