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
|
Source: swig
Section: interpreters
Priority: optional
Maintainer: Torsten Landschoff <torsten@debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/swig.git
Vcs-Browser: https://salsa.debian.org/debian/swig
Homepage: https://www.swig.org/
Build-Depends: dpkg-dev (>= 1.16.1~),
bison,
debhelper (>= 10~),
debhelper-compat (= 13),
libpcre2-dev
Package: swig
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Suggests: swig-doc, swig-examples
Conflicts: swig4.0
Replaces: swig4.0
Description: Generate scripting interfaces to C/C++ code
SWIG is a compiler that makes it easy to integrate C and C++ code
with these languages: C#, D, Go, Guile, Java, JavaScript, Lua,
Mzscheme, OCaml, Octave, Perl, PHP, Python, R, Ruby, Scilab, and Tcl.
.
Swig takes a set of ANSI C/C++ declarations and generates an
interface for them to your favorite scripting language.
Package: swig-examples
Architecture: all
Depends: ${misc:Depends}
Conflicts: swig4.0-examples
Replaces: swig4.0-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: swig-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Section: doc
Conflicts: swig4.0-doc
Replaces: swig4.0-doc
Description: HTML documentation for SWIG
Contains the users' and developers' manuals for SWIG (Simplified
Wrapper Interface Generator) in HTML format.
|