41 lines
688 B
YAML
41 lines
688 B
YAML
---
|
|
document: modulemd
|
|
version: 2
|
|
data:
|
|
summary: libuv-devel for EPEL 8
|
|
|
|
description: >-
|
|
This is a compatibility module that should be used only for developing
|
|
against libuv for EPEL 8.
|
|
|
|
license:
|
|
module:
|
|
- MIT
|
|
|
|
dependencies:
|
|
- buildrequires:
|
|
platform: [ el8, el8-playground ]
|
|
requires:
|
|
platform: [ el8, el8-playground ]
|
|
|
|
api:
|
|
# None of the RPMs are officially supported
|
|
rpms: []
|
|
|
|
profiles:
|
|
devel:
|
|
rpms:
|
|
- libuv-devel
|
|
|
|
filter:
|
|
rpms:
|
|
- libuv
|
|
- libuv-debuginfo
|
|
- libuv-debugsource
|
|
|
|
components:
|
|
rpms:
|
|
libuv:
|
|
rationale: The libuv-devel package
|
|
ref: epel8-buildroot
|
|
...
|