YAMLStar

Pure YAML 1.2 loader

YAMLStar Raku Binding

Raku binding for the YAMLStar shared library.

use YAMLStar;

my YAMLStar $ys .= new;
say $ys.load('key: value')<key>;
$ys.close;

Install the matching libyamlstar release before using this module:

curl -sSL https://yamlstar.org/install | LIB=1 bash

YAMLStar v0.1.18

Pure YAML 1.2 loader

Authors

    License

    Dependencies

    Test Dependencies

    Provides

    • YAMLStar

    Documentation

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.

    Built with Podlite — the markup and publishing tools behind this site.