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.58
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 Platypus itself.
26
27 FFI::Platypus::Lang::ASM
28 This language plugin provides no type aliases, and is intended for
29 use with assembly language or for when no other language plugin is
30 appropriate.
31
32 FFI::Platypus::Lang::C
33 Language plugin for the C programming language.
34
35 FFI::Platypus::Lang::Fortran
36 Non-core language plugin for the Fortran programming language.
37
38 FFI::Platypus::Lang::CPP
39 Non-core language plugin for the C++ programming language.
40
41 FFI::Platypus::Lang::Go
42 Non-core language plugin for the Go programming language.
43
44 FFI::Platypus::Lang::Pascal
45 Non-core language plugin for the Pascal programming language.
46
47 FFI::Platypus::Lang::Rust
48 Non-core language plugin for the Rust programming language.
49
50 FFI::Platypus::Lang::Win32
51 Language plugin for use with the Win32 API.
52
54 Author: Graham Ollis <plicease@cpan.org>
55
56 Contributors:
57
58 Bakkiaraj Murugesan (bakkiaraj)
59
60 Dylan Cali (calid)
61
62 pipcet
63
64 Zaki Mughal (zmughal)
65
66 Fitz Elliott (felliott)
67
68 Vickenty Fesunov (vyf)
69
70 Gregor Herrmann (gregoa)
71
72 Shlomi Fish (shlomif)
73
74 Damyan Ivanov
75
76 Ilya Pavlov (Ilya33)
77
78 Petr Písař (ppisar)
79
80 Mohammad S Anwar (MANWAR)
81
82 Håkon Hægland (hakonhagland, HAKONH)
83
84 Meredith (merrilymeredith, MHOWARD)
85
86 Diab Jerius (DJERIUS)
87
88 Eric Brine (IKEGAMI)
89
90 szTheory
91
92 José Joaquín Atria (JJATRIA)
93
94 Pete Houston (openstrike, HOUSTON)
95
97 This software is copyright (c) 2015-2022 by Graham Ollis.
98
99 This is free software; you can redistribute it and/or modify it under
100 the same terms as the Perl 5 programming language system itself.
101
102
103
104perl v5.34.1 2022-06-20 FFI::Platypus::Lang(3)