Skip to content

tony-o/perl6-libyaml

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
March 21, 2019 16:53
July 20, 2017 11:52
March 22, 2019 08:34
January 19, 2021 09:15
July 26, 2017 10:34

YAML::Parser::LibYAML

Uses a wrapper and constructs a perl6 array/hash/whatever to represent the YAML. Use it for good (or bad, I don't care).

use YAML::Parser::LibYAML;

my $yaml = yaml-parse('path/to/yaml.yaml');

$yaml.perl.say;

Profit.

tony-o | thanks to ingy and tina for fuelling this creation with scotch and vegan pizza

If you must build this yourself, you can do

zef build .

or

src/build.sh

About

libyaml rap group, it's a hit in lyon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published