-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
49 lines (40 loc) · 1009 Bytes
/
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
name = FFI-Platypus-Lang-Zig
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2022
version = 0.01
[@Author::Plicease]
:version = 2.72
release_tests = 1
installer = Author::Plicease::MakeMaker
github_user = PerlFFI
default_branch = main
test2_v0 = 1
workflow = static
workflow = linux
irc = irc://irc.perl.org/#native
perl = 5.008004
preamble = | require './inc/need-zig.pl';
preamble = | require './inc/size.pl';
[Prereqs / ConfigureRequires]
File::Which = 0
Capture::Tiny = 0
Path::Tiny = 0
File::chdir = 0
[Prereqs]
FFI::Platypus = 2.03
[Author::Plicease::Upload]
cpan = 1
[PruneFiles]
filename = share/types.pl
match = ^inc/size$
match = ^inc/zig-cache
match = ^t/ffi/_build
match = ^t/ffi/zig-
match = ^examples/zig-cache
match = ^examples/lib
match = ^examples/.*\.dll$
[InsertExample]
remove_boiler = 1
[Author::Plicease::Core]