1FFI::Platypus::Lang(3)User Contributed Perl DocumentationFFI::Platypus::Lang(3)
2
3
4
6 FFI::Platypus::Lang - Language specific customizations
7
9 version 2.05
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
53 FFI::Platypus::Lang::Zig
54 Non-core language plugin for the Zig programming language.
55
57 Author: Graham Ollis <plicease@cpan.org>
58
59 Contributors:
60
61 Bakkiaraj Murugesan (bakkiaraj)
62
63 Dylan Cali (calid)
64
65 pipcet
66
67 Zaki Mughal (zmughal)
68
69 Fitz Elliott (felliott)
70
71 Vickenty Fesunov (vyf)
72
73 Gregor Herrmann (gregoa)
74
75 Shlomi Fish (shlomif)
76
77 Damyan Ivanov
78
79 Ilya Pavlov (Ilya33)
80
81 Petr Písař (ppisar)
82
83 Mohammad S Anwar (MANWAR)
84
85 Håkon Hægland (hakonhagland, HAKONH)
86
87 Meredith (merrilymeredith, MHOWARD)
88
89 Diab Jerius (DJERIUS)
90
91 Eric Brine (IKEGAMI)
92
93 szTheory
94
95 José Joaquín Atria (JJATRIA)
96
97 Pete Houston (openstrike, HOUSTON)
98
100 This software is copyright (c) 2015-2022 by Graham Ollis.
101
102 This is free software; you can redistribute it and/or modify it under
103 the same terms as the Perl 5 programming language system itself.
104
105
106
107perl v5.36.0 2022-11-18 FFI::Platypus::Lang(3)