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
|
Source: swig1.3
Section: interpreters
Priority: optional
Maintainer: Torsten Landschoff <torsten@debian.org>
Standards-Version: 3.5.2
Build-Depends: debhelper, tcl8.3-dev, tk8.3-dev, libperl-dev, bison, python-dev (>= 2.1), python-dev (<< 2.2), ruby, ruby-dev, libguile-dev, php4-dev
Package: swig1.3
Architecture: any
Conflicts: swig
Replaces: swig
Depends: ${shlibs:Depends}, libswig1.3
Suggests: swig1.3-doc, swig1.3-examples
Description: Generate scripting interfaces to C/C++ code.
SWIG is a compiler that makes it easy to integrate C and C++ code
with scripting languages including Perl, Tcl, and Python. Swig
takes a set of ANSI C/C++ declarations and generates an interface
for them to your favorite scripting language.
.
This is an ALPHA version of swig 1.3. Please try to use the
released swig version in the swig package for production because
this version is largely untested and was only packaged so that
software depending on it can be made available in Debian.
Package: libswig1.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Runtime support libraries for swig generated wrappers
This package contains the runtime support libraries needed to run
some swig generated wrappers. Install this package only if any
other package you have installed depends on it.
Package: swig1.3-examples
Architecture: all
Depends: swig1.3
Description: Examples for applications of SWIG.
Examples for applications of SWIG. These examples are for the
upcoming 1.3 release. If you don't need the new features you
should try the 1.1 release found in the swig package.
|