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
|
Source: systemc
Section: electronics
Priority: optional
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Build-Depends: debhelper-compat (= 12), texinfo
Standards-Version: 4.5.0
Homepage: https://www.accellera.org/downloads/standards/systemc/
Vcs-Git: https://salsa.debian.org/electronics-team/systemc.git
Vcs-Browser: https://salsa.debian.org/electronics-team/systemc
Package: libsystemc
Architecture: amd64 arm64 i386 kfreebsd-any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: SystemC library
SystemC is an HDL (High Definition Language) based on a C++ class library
intended for simulations using standard C++ tools.
This library also includes TLM (Transaction Level Modeling) code,
.
This package contains the shared libraries.
Package: libsystemc-dev
Architecture: amd64 arm64 i386 kfreebsd-any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, libsystemc (= ${binary:Version})
Description: Development files for SystemC library
SystemC is an HDL (High Definition Language) based on a C++ class library
intended for simulations using standard C++ tools.
This library also includes TLM (Transaction Level Modeling) code,
.
This package contains the header files and static libraries for the
SystemC library.
Package: libsystemc-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Documentation for SystemC library
SystemC is an HDL (High Definition Language) based on a C++ class library
intended for simulations using standard C++ tools.
This library also includes TLM (Transaction Level Modeling) code,
.
This package contains the documentation for the SystemC library.
|