           SPELL=perl-yaml-libyaml
	  SPELLX=YAML-LibYAML
         VERSION=0.69
          SOURCE="$SPELLX-$VERSION.tar.gz"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TI/TINITA/$SOURCE
     SOURCE_HASH=sha512:046cc6e8ef6434f6dd20de4b3046bfb7c86dd54b6620922fbd9d6eab204d0ee40667fc6d56079b5b314843ef759344e3d48728baca011d4a6b5a12ba5887704d
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
        WEB_SITE="http://search.cpan.org/~tinita/YAML-LibYAML/"
      LICENSE[0]="ART"
         ENTERED=20180104
        KEYWORDS=""
           SHORT="Perl YAML Serialization using XS and libyaml"
cat << EOF
Kirill Siminov's libyaml is arguably the best YAML implementation. The C
library is written precisely to the YAML 1.1 specification. It was originally
bound to Python and was later bound to Ruby.

This module is a Perl XS binding to libyaml which offers Perl the best YAML
support to date.

This module exports the functions Dump, Load, DumpFile and LoadFile. These
functions are intended to work exactly like YAML.pm's corresponding functions.
Only Load and Dump are exported by default.
EOF
