-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
59 lines (48 loc) · 1.22 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
name = FFI-Platypus-Lang-Rust
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2015-2022
version = 0.17
[@Author::Plicease]
:version = 2.72
release_tests = 1
installer = Author::Plicease::MakeMaker
test2_v0 = 1
github_user = PerlFFI
github_repo = FFI-Platypus-Lang-Rust
irc = irc://irc.perl.org/#native
workflow = static
workflow = linux
[RemovePrereqs]
remove = strict
remove = warnings
remove = constant
remove = Env
remove = File::Copy
remove = File::Spec
remove = File::Glob
[Author::Plicease::Upload]
cpan = 1
[MetaNoIndex]
directory = examples
[Prereqs / ConfigureRequires]
File::Which = 0
FFI::Build::MM = 1.00
FFI::CheckLib = 0.11
File::chdir = 0
Path::Tiny = 0
[Prereqs]
Alien::Rust = 0.03
[PruneFiles]
match = ^t/ffi/target
match = ^examples/.*\.(so|dll|dylib)$
match = ^examples/Person/ffi/_build
match = ^examples/Person/ffi/target
[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 = Andrew Grangaard (SPAZM)