[go: up one dir, main page]

File: control

package info (click to toggle)
swig1.3 1.3.11-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,852 kB
  • ctags: 4,764
  • sloc: ansic: 20,489; cpp: 10,052; sh: 7,256; yacc: 2,669; makefile: 2,381; python: 873; java: 762; tcl: 686; perl: 474; lisp: 444; ruby: 370; php: 367
file content (40 lines) | stat: -rw-r--r-- 1,609 bytes parent folder | download
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.