File: control

package info (click to toggle)
barectf 2.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,508 kB
  • sloc: python: 4,274; ansic: 1,066; sh: 726; makefile: 106
file content (22 lines) | stat: -rw-r--r-- 951 bytes parent folder | download
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.