There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

LibYAML::FFI::YPP - YAML::PP frontend for LibYAML::FFI

SYNOPSIS

use LibYAML::FFI::YPP;
my $yp = LibYAML::FFI::YPP->new;
my $yaml = "foo: bar";
my $data = $yp->load_string($yaml);

DESCRIPTION

Warning: Proof of Conecept.

With this module you can use YAML::PP with the libyaml FFI binding as a parser backend.