ports/devel/p5-FFI-CheckLib/pkg/DESCR

7 lines
378 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
This module checks whether a particular dynamic library is available
for FFI to use. It is modeled heavily on Devel::CheckLib, but will
find dynamic libraries even when development packages are not
installed. It also provides a find_lib function that will return
the full path to the found dynamic library, which can be feed
directly into FFI::Platypus or another FFI system.