NAME
Alien::YAMLScript - Find or install libyamlscript
SYNOPSIS
use Alien::YAMLScript;
my $alien = Alien::YAMLScript->new;
say $alien->libs;
say $alien->cflags;
STATUS
This is ALPHA software. Expect things to change.
DESCRIPTION
This Alien module provides access to the libyamlscript shared library. You are unlikely to need to use this module directly. See YAMLScript for a more likely entrypoint.
SEE ALSO
AUTHORS
COPYRIGHT AND LICENSE
Copyright 2022-2024 by Ingy döt Net
This is free software, licensed under:
The MIT (X11) License