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
|
Source: adms
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <rubund@debian.org>,
Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>,
Felix Salfelder <felix@salfelder.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
bison,
flex,
libgd-perl,
libxml-parser-perl,
libxml-libxml-perl,
perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/adms
Vcs-Git: https://salsa.debian.org/science-team/adms.git
Homepage: https://github.com/Qucs/ADMS
Package: adms
Architecture: any
Depends: libadms0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Automatic device model synthesizer for Verilog-AMS
ADMS is a code generator that converts electrical compact device models
specified in high-level description language into
ready-to-compile c code for the API of spice simulators. Based on
transformations specified in xml language adms transforms Verilog-AMS
code into other target languages.
Package: libadms0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Shared library for automatic device model synthesizer
ADMS is a code generator that converts electrical compact device models
specified in high-level description language into
ready-to-compile c code for the API of spice simulators. Based on
transformations specified in xml language adms transforms Verilog-AMS
code into other target languages.
.
This package contains the shared library for ADMS
|