—=pod
=encoding utf8
=head1 NAME
Alien::YAMLScript - Find or install libyamlscript
=head2 SYNOPSIS
use Alien::YAMLScript;
my $alien = Alien::YAMLScript->new;
say $alien->libs;
say $alien->cflags;
=head2 STATUS
This is ALPHA software. Expect things to change.
=head2 DESCRIPTION
This L<Alien|https://metacpan.org/pod/Alien> module provides access to the libyamlscript shared library. You are unlikely to need to use this module directly. See L<YAMLScript|https://metacpan.org/pod/YAMLScript> for a more likely entrypoint.
=head2 SEE ALSO
=over
=item * L<YAMLScript Site|https://yamlscript.org>
=item * L<YAML|https://yaml.org>
=item * L<Clojure|https://clojure.org>
=back
=head2 AUTHORS
=over
=item * L<Ingy döt Net|https://github.com/ingydotnet>
=item * L<José Joaquín Atria|https://github.com/jjatria>
=back
=head2 COPYRIGHT AND LICENSE
Copyright 2022-2025 by Ingy döt Net
This is free software, licensed under:
The MIT (X11) License
=cut