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
|
Source: systemc
Section: electronics
Priority: optional
Maintainer: Debian Electronics Packaging Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Build-Depends:
debhelper-compat (= 13),
texinfo,
Rules-Requires-Root: binary-targets
Standards-Version: 4.7.0
Homepage: https://github.com/accellera-official/systemc
Vcs-Git: https://salsa.debian.org/electronics-team/systemc.git
Vcs-Browser: https://salsa.debian.org/electronics-team/systemc
Package: libsystemc
Architecture: kfreebsd-any amd64 arm64 i386
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: kfreebsd-any amd64 arm64 i386
Multi-Arch: same
Section: libdevel
Depends:
libsystemc (= ${binary:Version}),
${misc:Depends},
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.
|