-
Notifications
You must be signed in to change notification settings - Fork 2
/
dist.ini
64 lines (50 loc) · 1.42 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
name = FFI-Platypus-Lang-Go
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2018-2022
version = 0.03
[@Author::Plicease]
:version = 2.69
release_tests = 1
installer = Author::Plicease::MakeMaker
test2_v0 = 1
github_user = PerlFFI
irc = irc://irc.perl.org/#native
preamble = | require './inc/config.pl';
diag_preamble = | $post_diag = sub {
diag_preamble = | use Capture::Tiny qw( capture_merged );
diag_preamble = | diag capture_merged {
diag_preamble = | system 'go', 'version';
diag_preamble = | ();
diag_preamble = | };
diag_preamble = | };
workflow = static
workflow = linux
[Author::Plicease::Core]
[RemovePrereqs]
remove = FFI::Platypus::Buffer
remove = FFI::Platypus::Memory
remove = FFI::Platypus::Record
[Prereqs / ConfigureRequires]
Capture::Tiny = 0
File::ShareDir::Dist::Install = 0
File::chdir = 0
Path::Tiny = 0
FFI::Platypus = 0
[Author::Plicease::Upload]
cpan = 1
[PruneFiles]
match = ^examples/Awesome-FFI/ffi/_build
match = ^examples/GoHttpLib/ffi/_build
match = ^blib/
match = ^share/
[MetaNoIndex]
directory = examples
[InsertExample]
remove_boiler = 1
[Author::Plicease::Thanks]
current = Graham Ollis <[email protected]>
; if you have a preference for how to display your name
; feel free send a PR. I don't use the git hisory.
contributor = Graham TerMarsch (GTERMARS)