Compare commits

..

No commits in common. "c8-stream-3.0" and "imports/c8-stream-3.0/swig-3.0-820181213143944.9edba152" have entirely different histories.

View File

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