-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdist.ini
78 lines (63 loc) · 1.5 KB
/
dist.ini
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name = FFI-TinyCC
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2015-2024
version = 0.30
[@Author::Plicease]
:version = 2.79
release_tests = 1
installer = ModuleBuild
irc = irc://irc.perl.org/#native
test2_v0 = 1
github_user = PerlFFI
workflow = linux
diag_preamble = | $post_diag = sub { eval q{
diag_preamble = | use FFI::TinyCC;
diag_preamble = | diag "lib=$_" for $FFI::TinyCC::ffi->lib;
diag_preamble = | } };
[RemovePrereqs]
remove = strict
remove = warnings
remove = constant
remove = overload
remove = lib
remove = if
remove = base
remove = File::Basename
remove = File::Spec
remove = FindBin
remove = File::Temp
remove = Exporter
remove = Carp
; needed only for older Perls
remove = Devel::GlobalDestruction
; comes with Platypus
remove = FFI::Platypus::Memory
[Prereqs]
FFI::Platypus = 0.15
[Prereqs / ConfigureRequires]
autodie = 0
Alien::TinyCC = 0
Archive::Ar = 2.02
File::chdir = 0
Path::Tiny = 0
[Prereqs / BuildRequires]
autodie = 0
Alien::TinyCC = 0
Archive::Ar = 2.02
File::chdir = 0
Path::Tiny = 0
[Author::Plicease::Upload]
cpan = 1
[PruneFiles]
match = share/libtcc.*
match = .tmp/
[InsertExample]
remove_boiler = 1
[Meta::Dynamic::Config]
[Author::Plicease::Thanks]
current = Graham Ollis <plicease@cpan.org>
contributor = aero
contributor = Dylan Cali (calid)
contributor = pipcet