libraryStem property
The library stem without platform prefix or extension.
Example: portable_pty_rs resolves to libportable_pty_rs.so on
Linux, libportable_pty_rs.dylib on macOS, and
portable_pty_rs.dll on Windows.
Implementation
final String libraryStem;