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
|
Source: aspectc++
Section: devel
Priority: optional
Maintainer: Reinhard Tartler <siretart@tauware.de>
Build-Depends: debhelper (>= 10), pkgconf, libxml2-dev, docbook-to-man, zlib1g-dev, libedit-dev, llvm-18-dev, libclang-18-dev, libpolly-18-dev, libzstd-dev
Build-Depends-Indep: doxygen, graphviz, gsfonts
Standards-Version: 4.7.0
Homepage: http://www.aspectc.org
Vcs-Git: https://salsa.debian.org/debian/aspectc.git
Vcs-Browser: https://salsa.debian.org/debian/aspectc
Package: aspectc++
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, g++
Description: aspect-oriented programming extension for C++
AspectC++ supports Aspect-Oriented Programming with C++, by providing:
.
- an aspect language extension to C++.
- an aspect weaver that does source-to-source translation.
.
AspectC++ provides for C++ similar features like its best known
cousin, AspectJ, provides for Java.
Package: libpuma-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}
Suggests: libpuma-doc
Description: C/C++/AspectC++ Scanner and Parsers (development headers)
libPuma is a library written in C++ for Scanning and Parsing C++
Code. It also does some semantic analysis.
.
It was written to facilitate the development for tools, which manipulate
and/or transfor C/C++ Code.
.
This package ships a static copy of libPuma only.
Package: libpuma-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: C/C++/AspectC++ Scanner and Parsers (documentation)
libPuma is a library written in C++ for Scanning and Parsing C++
Code. It also does some semantic analysis.
.
It was written to facilitate the development for tools, which manipulate
and/or transfor C/C++ Code.
.
This package ships doxygen generated documentation for Puma.
|