Compare commits

...

1 Commits

Author SHA1 Message Date
CentOS Sources
7e8485e12a import swig-3.0-8030020200407110056.30b713e6 2021-09-13 18:28:39 +00:00

View File

@ -1,26 +1,29 @@
---
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: swig
stream: 3.0
summary: Connects C/C++/Objective C to some high-level programming languages summary: Connects C/C++/Objective C to some high-level programming languages
description: > description: >
Simplified Wrapper and Interface Generator (SWIG) is a software Simplified Wrapper and Interface Generator (SWIG) is a software development tool
development tool for connecting C, C++ and Objective C programs with a for connecting C, C++ and Objective C programs with a variety of high-level programming
variety of high-level programming languages. SWIG is primarily used with languages. SWIG is primarily used with Perl, Python and Tcl/TK, but it has also
Perl, Python and Tcl/TK, but it has also been extended to Java, Eiffel been extended to Java, Eiffel and Guile. SWIG is normally used to create high-level
and Guile. SWIG is normally used to create high-level interpreted interpreted programming environments, systems integration, and as a tool for building
programming environments, systems integration, and as a tool for user interfaces
building user interfaces
license: license:
module: [ MIT ] module:
- MIT
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references: references:
community: http://swig.org/ community: http://swig.org/
documentation: http://swig.org/doc.html documentation: http://swig.org/doc.html
tracker: http://bugzilla.redhat.com tracker: http://bugzilla.redhat.com
dependencies:
- buildrequires:
platform: [ el8 ]
requires:
platform: [ el8 ]
profiles: profiles:
common: common:
rpms: rpms:
@ -53,4 +56,5 @@ data:
rpms: rpms:
swig: swig:
rationale: SWIG package rationale: SWIG package
ref: stream-3.0 ref: stream-3.0-rhel-8.3.0
...