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 58 59 60 61 62 63 64 65 66
|
Source: swig1.3
Section: interpreters
Priority: optional
Maintainer: Torsten Landschoff <torsten@debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper, tcl8.4-dev, tk8.4-dev, libperl-dev, bison, python-dev (>= 2.3), python-dev (<< 2.4), ruby1.8, ruby1.8-dev, guile-1.6-dev, php4-dev, php4-cgi, pike7.6, pike7.6-dev, ocaml, chicken-dev [!m68k !mips !mipsel], libpcre3-dev [!m68k !mips !mipsel], gcj [!hppa !mips !mipsel], gij [!hppa !mips !mipsel]
Package: swig
Architecture: any
Replaces: swig1.3
Depends: ${shlibs:Depends}
Suggests: swig-examples, swig-doc
Description: Generate scripting interfaces to C/C++ code
SWIG is a compiler that makes it easy to integrate C and C++ code
with other languages including Perl, PHP, Tcl, Ruby, Python, Java,
Guile, Mzscheme, Chicken, Ocaml, Pike, and C#.
.
Swig takes a set of ANSI C/C++ declarations and generates an
interface for them to your favorite scripting language.
Package: swig1.3
Architecture: any
Depends: swig (>= 1.3.0)
Description: Generate scripting interfaces to C/C++ code
SWIG is a compiler that makes it easy to integrate C and C++ code
with other languages including Perl, PHP, Tcl, Ruby, Python, Java,
Guile, Mzscheme, Chicken, Ocaml, Pike, and C#.
.
This is just an upgrade convenience package. For the real stuff
look at the swig package.
Package: swig-examples
Architecture: all
Depends: swig
Replaces: swig1.3-examples
Description: Examples for applications of SWIG
Contains examples for applications of SWIG. These examples are
for the 1.3 release. If you don't need the new features you
should try the 1.1 release instead, found in the swig package.
Package: swig1.3-examples
Architecture: all
Depends: swig-examples
Description: Examples for applications of SWIG
Contains examples for applications of SWIG. These examples are
for the 1.3 release.
.
This is a dependency package for the real swig-examples package.
Package: swig-doc
Architecture: all
Section: doc
Suggests: swig
Replaces: swig1.3-doc
Description: HTML documentation for SWIG
Contains the users' and developers' manuals for SWIG (Simplified
Wrapper Interface Generator) 1.3 in HTML format.
Package: swig1.3-doc
Architecture: all
Section: doc
Suggests: swig
Depends: swig-doc
Description: HTML documentation for SWIG
This is just a convenience package to make smooth upgrades possible.
The real stuff is in the swig-doc package.
|