1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: barectf
Maintainer: Michael Jeanson <mjeanson@debian.org>
Uploaders: Jon Bernard <jbernard@debian.org>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all (>= 3.0), debhelper (>= 9),
python3-yaml, python3-termcolor, dh-python
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/debian/barectf.git
Vcs-Browser: https://salsa.debian.org/debian/barectf
Homepage: http://barectf.org
Package: python3-barectf
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-yaml, python3-termcolor, python3-setuptools
Description: C99 code generator to write native CTF
barectf is a command-line utility which generates C99 code that is able to
write native Common Trace Format (CTF) binary streams. The target audience
is developers who need to trace bare metal systems (without an operating
system). The code produced is pure C99 and can be lightweight enough to fit
on a tiny microcontroller.
|