5 "summary": "A portable foreign-function interface library.",
6 "homepage": "http://sourceware.org/libffi/",
8 "Anthony Green": "green@moxielogic.com",
9 "Raffaele Sena": "aff367@gmail.com",
10 "Jon Beniston": "jon@beniston.com",
11 "Bo Thorsen": "bo@suse.de",
12 "Landon Fuller": "landonf@plausible.coop",
13 "Zachary Waldowski": "zwaldowski@gmail.com"
16 "git": "https://github.com/jasenhuang/ffi.git",
24 "public_header_files": "libffi/include/*.h",
27 "libffi/common/*.{c,S,h}",
28 "libffi/arm/*.{c,S,h}",
29 "libffi/x86/*.{c,S,h}",
30 "libffi/aarch64/*.{c,S,h}"
34 "public_header_files": "libffi/include/*.h",
37 "libffi/common/*.{c,S,h}",
38 "libffi/x86/*.{c,S,h}",
39 "libffi/aarch64/*.{c,S,h}"
43 "OTHER_LDFLAGS": "-Wl,-no_compact_unwind",
44 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_DL_PREFIX"