raku-librarycheck

Determine whether a shared library is available to be loaded by Raku
  https://github.com/jonathanstowe/LibraryCheck
  0
  no reviews



This module provides a mechanism that will determine whether a named shared library is available and can be used by NativeCall.

It exports a single function library-exists that returns a boolean to indicate whether the named shared library can be loaded and used.