Binary package “libnativecall-perl” in ubuntu mantic

Perl 5 interface to foreign functions in Perl code without XS

 The NativeCall module calls into dynamic libraries that follow the C calling
 convention in order to write simple library bindings.
 .
 It mimics the NativeCall module and interface from Perl 6.
 .
 Under the hood, it uses FFI::Platypus, inheritance and attributes.