-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathMETA.yml
More file actions
37 lines (37 loc) · 787 Bytes
/
META.yml
File metadata and controls
37 lines (37 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
name: libperl++
version: 0.002
author:
- 'Leon Timmermans <leont@cpan.org>'
abstract: 'Embedding and extending perl with C++ made simple'
license: perl
resources:
bugtracker: http://github.com/Leont/libperl--/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/Leont/libperl--/tree
requires:
perl: 5.008
build_requires:
Archive::Tar: 0
ExtUtils::CBuilder: 0.27
TAP::Harness: 3
configure_requires:
ExtUtils::CBuilder: 0.27
provides:
Perlpp::Extend:
file: lib/Perlpp/Extend.pm
version: 0.002
no_index:
directory:
- t
- inc
- examples
generated_by: Leon Timmermans
dynamic_config: 1
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
keywords:
- embedding
- extending
- 'C++'