import swig-3.0-8030020200407110056.30b713e6

This commit is contained in:
CentOS Sources 2020-07-28 10:41:42 -04:00 committed by Stepan Oksanichenko
parent 74b9489a16
commit c4b51d1c65
1 changed files with 57 additions and 53 deletions

View File

@ -1,56 +1,60 @@
---
document: modulemd document: modulemd
version: 2 version: 2
data: data:
summary: Connects C/C++/Objective C to some high-level programming languages name: swig
description: > stream: 3.0
Simplified Wrapper and Interface Generator (SWIG) is a software summary: Connects C/C++/Objective C to some high-level programming languages
development tool for connecting C, C++ and Objective C programs with a description: >
variety of high-level programming languages. SWIG is primarily used with Simplified Wrapper and Interface Generator (SWIG) is a software development tool
Perl, Python and Tcl/TK, but it has also been extended to Java, Eiffel for connecting C, C++ and Objective C programs with a variety of high-level programming
and Guile. SWIG is normally used to create high-level interpreted languages. SWIG is primarily used with Perl, Python and Tcl/TK, but it has also
programming environments, systems integration, and as a tool for been extended to Java, Eiffel and Guile. SWIG is normally used to create high-level
building user interfaces interpreted programming environments, systems integration, and as a tool for building
license: user interfaces
module: [ MIT ] license:
references: module:
community: http://swig.org/ - MIT
documentation: http://swig.org/doc.html dependencies:
tracker: http://bugzilla.redhat.com - buildrequires:
dependencies: platform: [el8]
- buildrequires: requires:
platform: [ el8 ] platform: [el8]
requires: references:
platform: [ el8 ] community: http://swig.org/
profiles: documentation: http://swig.org/doc.html
common: tracker: http://bugzilla.redhat.com
rpms: profiles:
- swig common:
complete: rpms:
rpms: - swig
- swig complete:
- swig-doc rpms:
- swig-gdb - swig
api: - swig-doc
rpms: - swig-gdb
- swig api:
- swig-doc rpms:
- swig-gdb - swig
buildopts: - swig-doc
rpms: - swig-gdb
macros: | buildopts:
%golang 0 rpms:
%guile 0 macros: |
%javalang 0 %golang 0
%lualang 0 %guile 0
%octave 0 %javalang 0
%phplang 0 %lualang 0
%python2lang 0 %octave 0
%Rlang 0 %phplang 0
%rubylang 0 %python2lang 0
%tcl 0 %Rlang 0
%_without_build_ccache_swig 1 %rubylang 0
components: %tcl 0
rpms: %_without_build_ccache_swig 1
swig: components:
rationale: SWIG package rpms:
ref: stream-3.0 swig:
rationale: SWIG package
ref: stream-3.0-rhel-8.3.0
...