https://github.com/perlpunk/cpan-meta
https://github.com/perlpunk/cpan-meta
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perlpunk/cpan-meta
- Owner: perlpunk
- Created: 2024-03-14T18:42:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T11:27:05.000Z (about 1 year ago)
- Last Synced: 2025-02-06T07:11:45.921Z (5 months ago)
- Language: Perl
- Size: 182 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Perl CPAN modules - Meta information
Various vendors are keeping additional information such as missing
dependencies or non-perl dependencies somewhere in their build
system, besides each perl module.This repo so far is an extraction of the info we have at
https://build.opensuse.org/project/show/devel:languages:perl### cpanspec.yaml
A collection of all cpanspec.yaml data for each module
### deps.yaml
Extracted BuildRequires / Requires / Recommends / Suggests from
cpanspec.yaml### patches.yaml
Extracted patches from cpanspec.yaml
### gendeps.yaml
Extracted Requires / BuildRequires from the generated spec files.
This is information from the module's (MY)META.* files plus the additional
dependencies which were added from cpanspec.yaml