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
|
Source: swig1.3
Section: interpreters
Priority: optional
Maintainer: Torsten Landschoff <torsten@debian.org>
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 4.0), quilt (>= 0.40), tcl8.4-dev, tk8.4-dev, libperl-dev, bison, python-dev (>= 2.4), python-dev (<< 2.6), ruby1.8, ruby1.8-dev, guile-1.8-dev, php5-dev, php5-cgi, ocaml, libchicken-dev [!m68k !mips !mipsel], libpcre3-dev [!m68k !mips !mipsel], gcj [!hppa !mips !mipsel !kfreebsd-amd64 !kfreebsd-i386 !alpha !arm !hurd-i386], gij [!hppa !mips !mipsel !kfreebsd-amd64 !kfreebsd-i386 !alpha !arm !hurd-i386]
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, a wrapper interface
generator to integrate C code into scripting languages.
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.
|