The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::LibYAML - Build and install libyaml, a C-based YAML parser and emitter

SYNOPSIS

my $libyaml = Alien::LibYAML->new; say $libyaml->libs; say $libyaml->cflags;

DESCRIPTION

This distribution provides an alien wrapper for libyaml. It requires a C compiler. That's all!

SEE ALSO

YAML::XS

Perl bindings for libyaml (library bundled with distribution).

AUTHOR

Richard Simões <rsimoes AT cpan DOT org>

COPYRIGHT AND LICENSE

Copyright © 2013 Richard Simões. libyaml written and copyrighted by Kirill Simonov. Both libyaml and this distribution are released under the terms of the MIT License and may be modified and/or redistributed under the same or any compatible license.