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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: litl
Priority: optional
Maintainer: Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
texlive-fonts-recommended, texlive-pictures,
latexmk, doxygen, libjs-jquery
Rules-Requires-Root: no
Standards-Version: 4.6.0
Section: libs
Homepage: https://github.com/trahay/LiTL
Vcs-Git: https://salsa.debian.org/debian/litl.git
Vcs-Browser: https://salsa.debian.org/debian/litl
Package: litl-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery
Description: Lightweight Trace Library - documentation
LiTL is a lightweight tool for recording events during the execution of
scientific high-performance applications.
.
This package contains the documentation.
Package: litl-tools
Section: science
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: litl-doc
Description: Lightweight Trace Library - tools
LiTL is a lightweight tool for recording events during the execution of
scientific high-performance applications.
.
This package contains tools for manipulating trace files.
Package: liblitl-dev
Section: libdevel
Architecture: any
Depends: liblitl0 (= ${binary:Version}), ${misc:Depends}
Recommends: litl-doc
Conflicts: libfxt-dev
Description: Lightweight Trace Library - development files
LiTL is a lightweight tool for recording events during the execution of
scientific high-performance applications.
.
This package contains files for developments with litl.
Package: liblitl0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Lightweight Trace Library - shared library
LiTL is a lightweight tool for recording events during the execution of
scientific high-performance applications.
.
This package contains the litl shared library.
|