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
|
Source: necpp
Section: science
Priority: optional
Maintainer: Emmanuel QUEMENER <quemener@cri.ens-cachan.fr>
Build-Depends: debhelper (>= 5.0.37.2), autoconf, libtool, automake1.4, autotools-dev, python-all-dev, python-numarray, python-support (>= 0.3), tetex-extra, swig
Standards-Version: 3.7.2
Package: necpp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: NEC2 Evolution Antenna Modelling System
The NEC2 (Numerical Electromagnetics Code) is software for modelling antennas
using the Method of Moments. It was developed at Lawrence Livermore
Laboratories, and remains widely used, despite the old fashioned punched card
style input required.
.
This program is initially based on Fortran NEC2 software (also nec package).
Package: libnecpp0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library to use NEC2++
The NEC2 (Numerical Electromagnetics Code) is software for modelling antennas
using the Method of Moments. It was developed at Lawrence Livermore
Laboratories, and remains widely used, despite the old fashioned punched card
style input required.
.
This package contains a shared library, usable to build and run your own
program directly using NEC2 techniques without calling nec2++ binary program.
Package: libnecpp-dev
Architecture: any
Depends: libnecpp0 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Description: development files for libnecpp
The NEC2 (Numerical Electromagnetics Code) is software for modelling antennas
using the Method of Moments. It was developed at Lawrence Livermore
Laboratories, and remains widely used, despite the old fashioned punched card
style input required.
.
This package contains the header files and static library needed to
compile applications that use libnecpp.
Package: python-necpp
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python module for using NEC2++
The NEC2 (Numerical Electromagnetics Code) is software for modelling antennas
using the Method of Moments. It was developed at Lawrence Livermore
Laboratories, and remains widely used, despite the old fashioned punched card
style input required.
.
With this Python module, it is possible to use NEC2 techniques directly from
Python.
|