Alien-YAMLScript

 view release on metacpan or  search on metacpan

lib/Alien/YAMLScript.pod  view on Meta::CPAN

=pod

=encoding utf8

=head1 NAME

Alien::YAMLScript - Find or install libys

=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 libys 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



( run in 0.466 second using v1.01-cache-2.11-cpan-119454b85a5 )