Source: pajeng Priority: optional Maintainer: Martin Quinson Uploaders: Lucas Nussbaum Build-Depends: debhelper-compat (= 12), asciidoc-base, bison, chrpath, cmake, docbook-xsl, docbook-xml, flex, libboost-dev, libfl-dev, libxml2-utils, xsltproc Standards-Version: 4.5.0 Section: libs Homepage: https://github.com/schnorr/pajeng Vcs-Git: https://salsa.debian.org/debian/pajeng.git Vcs-Browser: https://salsa.debian.org/debian/pajeng # Depends on r-base-core since usr/bin/pj_gantt is a R script Package: pajeng Architecture: any Multi-Arch: foreign Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core, libpaje2 (= ${binary:Version}) Description: space-time view and associated tools for Paje trace files PajeNG (Paje Next Generation) is a re-implementation (in C++) and direct heir of the well-known Paje visualization tool for the analysis of execution traces (in the Paje File Format) through trace visualization (space/time view). Auxiliary tools are also available to dump to CSV and display gantt charts out of Paje trace files. Package: libpaje2 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Parsing, manipulation and simulation of paje trace files The libpaje library features the implementation of the Paje File Reader, Event Decoder and Simulator. It is capable of reading trace files in the Paje file format and keeping them in memory. Data is accessed through a well-defined and efficient interface. You can use this library to built new visualization techniques for trace analysis, without handling all the parsing of files and how events are simulated to rebuilt the behavior of the traced application that is meant to be analyzed. . This package contains the run-time files. Package: libpaje-dev Section: libdevel Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, libpaje2 (= ${binary:Version}) Description: Parsing, manipulation and simulation of paje trace files (dev) The libpaje library features the implementation of the Paje File Reader, Event Decoder and Simulator. It is capable of reading trace files in the Paje file format and keeping them in memory. Data is accessed through a well-defined and efficient interface. You can use this library to built new visualization techniques for trace analysis, without handling all the parsing of files and how events are simulated to rebuilt the behavior of the traced application that is meant to be analyzed. . This package contains the development files (headers, etc.)