1FFI::Platypus::Lang(3)User Contributed Perl DocumentationFFI::Platypus::Lang(3)
2
3
4
6 FFI::Platypus::Lang - Language specific customizations
7
9 version 1.10
10
12 perldoc FFI::Platypus::Lang;
13
15 This namespace is reserved for language specific customizations of
16 FFI::Platypus. This usually involves providing native type maps. It
17 can also involve computing mangled names. The default language is C,
18 and is defined in FFI::Platypus::Lang::C.
19
20 This package itself doesn't do anything, it serves only as
21 documentation.
22
24 FFI::Platypus
25 FFI::Platypus::Lang::C
26
28 Author: Graham Ollis <plicease@cpan.org>
29
30 Contributors:
31
32 Bakkiaraj Murugesan (bakkiaraj)
33
34 Dylan Cali (calid)
35
36 pipcet
37
38 Zaki Mughal (zmughal)
39
40 Fitz Elliott (felliott)
41
42 Vickenty Fesunov (vyf)
43
44 Gregor Herrmann (gregoa)
45
46 Shlomi Fish (shlomif)
47
48 Damyan Ivanov
49
50 Ilya Pavlov (Ilya33)
51
52 Petr Pisar (ppisar)
53
54 Mohammad S Anwar (MANWAR)
55
56 Håkon Hægland (hakonhagland, HAKONH)
57
58 Meredith (merrilymeredith, MHOWARD)
59
60 Diab Jerius (DJERIUS)
61
63 This software is copyright (c) 2015,2016,2017,2018,2019 by Graham
64 Ollis.
65
66 This is free software; you can redistribute it and/or modify it under
67 the same terms as the Perl 5 programming language system itself.
68
69
70
71perl v5.30.1 2020-02-06 FFI::Platypus::Lang(3)