Compare commits
24 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ff3fd6c79 | ||
|
|
07ce08a344 | ||
|
|
323df39410 | ||
|
|
88278793d1 | ||
|
|
1940e60df3 | ||
|
|
6dbf90f896 | ||
|
|
14af79eb0b | ||
|
|
bb20425e00 | ||
|
|
04b828d1f6 | ||
|
|
d0e30c6fc2 | ||
|
|
ceff1b6c62 | ||
|
|
eeb58e599f | ||
|
|
f22e94dfcf | ||
|
|
17a9c4b411 | ||
|
|
a0c9ab6525 | ||
|
|
a0740accc4 | ||
|
|
fb306f9980 | ||
|
|
a2d190cd2a | ||
|
|
384858ce4a | ||
|
|
b4cb7e863f | ||
|
|
d5c0d58072 | ||
|
|
f6508d6eb7 | ||
|
|
bd83bbf8e4 | ||
|
|
437527dd8c |
2 changed files with 86 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# swig
|
||||
|
||||
Simplified Wrapper and Interface Generator (SWIG) is a software development tool for connecting C, C++ and Objective C programs with a variety of high-level programming languages. SWIG is primarily used with Perl, Python and Tcl/TK, but it has also been extended to Java, Eiffel and Guile. SWIG is normally used to create high-level interpreted programming environments, systems integration, and as a tool for building user interfaces
|
||||
Simplified Wrapper and Interface Generator (SWIG) is a software development tool for connecting C, C++ and Objective C programs with a variety of high-level programming languages. SWIG is used with different types of target languages including common scripting languages such as Javascript, Perl, PHP, Python, Tcl and Ruby. The list of supported languages also includes non-scripting languages such as C#, D, Go language, Java including Android, Lua, OCaml, Octave, Scilab and R. Also several interpreted and compiled Scheme implementations (Guile, MzScheme/Racket) are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software.
|
||||
|
|
|
|||
85
swig.yaml
Normal file
85
swig.yaml
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
document: modulemd-packager
|
||||
version: 3
|
||||
data:
|
||||
stream: '4.0'
|
||||
summary: Connects C/C++/Objective C to some high-level programming languages
|
||||
description: >
|
||||
Simplified Wrapper and Interface Generator (SWIG) is a software
|
||||
development tool for connecting C, C++ and Objective C programs
|
||||
with a variety of high-level programming languages. SWIG is used
|
||||
with different types of target languages including common scripting
|
||||
languages such as Javascript, Perl, PHP, Python, Tcl and Ruby. The
|
||||
list of supported languages also includes non-scripting languages
|
||||
such as C#, D, Go language, Java including Android, Lua, OCaml,
|
||||
Octave, Scilab and R. Also several interpreted and compiled Scheme
|
||||
implementations (Guile, MzScheme/Racket) are supported. SWIG is
|
||||
most commonly used to create high-level interpreted or compiled
|
||||
programming environments, user interfaces, and as a tool for
|
||||
testing and prototyping C/C++ software
|
||||
license: [MIT]
|
||||
configurations:
|
||||
- context: '5e5ad4a0'
|
||||
platform: f36
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%golang 0
|
||||
%guile 0
|
||||
%javalang 0
|
||||
%octave 0
|
||||
%Rlang 0
|
||||
- context: 'f37'
|
||||
platform: f37
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%golang 0
|
||||
%guile 0
|
||||
%javalang 0
|
||||
%octave 0
|
||||
%Rlang 0
|
||||
- context: 'f38'
|
||||
platform: f38
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%golang 0
|
||||
%guile 0
|
||||
%javalang 0
|
||||
%octave 0
|
||||
%Rlang 0
|
||||
- context: 'f39'
|
||||
platform: f39
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%golang 0
|
||||
%guile 0
|
||||
%javalang 0
|
||||
%octave 0
|
||||
%Rlang 0
|
||||
references:
|
||||
community: https://www.swig.org/
|
||||
documentation: http://www.swig.org/doc.html
|
||||
tracker: https://bugzilla.redhat.com/buglist.cgi?classification=Fedora&product=Fedora%20Modules&component=swig
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- swig
|
||||
complete:
|
||||
rpms:
|
||||
- swig
|
||||
- swig-doc
|
||||
- swig-gdb
|
||||
- ccache-swig
|
||||
api:
|
||||
rpms:
|
||||
- swig
|
||||
- swig-doc
|
||||
- swig-gdb
|
||||
- ccache-swig
|
||||
components:
|
||||
rpms:
|
||||
swig:
|
||||
rationale: SWIG program
|
||||
ref: f37
|
||||
Loading…
Add table
Add a link
Reference in a new issue