{"id":14966034,"url":"https://github.com/leont/yamlish","last_synced_at":"2025-07-28T00:09:11.882Z","repository":{"id":53986682,"uuid":"40413439","full_name":"Leont/yamlish","owner":"Leont","description":"An implementation of YAML in Raku","archived":false,"fork":false,"pushed_at":"2025-01-05T22:05:21.000Z","size":294,"stargazers_count":22,"open_issues_count":8,"forks_count":18,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-08T17:41:26.069Z","etag":null,"topics":["raku","yaml"],"latest_commit_sha":null,"homepage":"","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Leont.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-08T19:00:21.000Z","updated_at":"2025-01-05T22:05:24.000Z","dependencies_parsed_at":"2025-02-10T16:43:05.310Z","dependency_job_id":null,"html_url":"https://github.com/Leont/yamlish","commit_stats":{"total_commits":130,"total_committers":9,"mean_commits":"14.444444444444445","dds":"0.16923076923076918","last_synced_commit":"79dbddcd85812609ee261b66379b549cb0f7e712"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Leont/yamlish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leont%2Fyamlish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leont%2Fyamlish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leont%2Fyamlish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leont%2Fyamlish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leont","download_url":"https://codeload.github.com/Leont/yamlish/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leont%2Fyamlish/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267442460,"owners_count":24087803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["raku","yaml"],"created_at":"2024-09-24T13:35:44.002Z","updated_at":"2025-07-28T00:09:11.836Z","avatar_url":"https://github.com/Leont.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Actions Status](https://github.com/Leont/yamlish/actions/workflows/linux.yml/badge.svg)](https://github.com/Leont/yamlish/actions) [![Actions Status](https://github.com/Leont/yamlish/actions/workflows/macos.yml/badge.svg)](https://github.com/Leont/yamlish/actions) [![Actions Status](https://github.com/Leont/yamlish/actions/workflows/windows.yml/badge.svg)](https://github.com/Leont/yamlish/actions)\n\nNAME\n====\n\nYAMLish - a YAML parser/emitter written in pure raku\n\nDESCRIPTION\n===========\n\nThis is a YAML parser written in pure-raku. It aims at being feature complete (though there still a few features left to implement). Patches are welcome.\n\nINSTALLATION\n============\n\n```console\n$ zef install YAMLish\n```\n\nEXPORTED SUBS\n=============\n\n  * `load-yaml(Str $input, ::Grammar:U :$schema = ::Schema::Core, :%tags)`\n\n  * `load-yamls(Str $input, ::Grammar:U :$schema = ::Schema::Core, :%tags)`\n\n  * `save-yaml($document, :$sorted = True)`\n\n  * `save-yamls(**@documents, :$sorted = True)`\n\nExample use for a configuration file\n====================================\n\nThis configuration file begins with a comment followed by three lines of key/value:\n\n    # key: value\n    lang: en\n    lat: 46.12345\n    lon: -82.6231\n\nAccess the file in your code like this:\n\n    use YAMLish;\n    my $str = \"config.yml\".IO.slurp:\n    my %conf = load-yaml $str;\n    say %conf\u003clang\u003e; # OUTPUT: «en␤»\n    say %conf\u003clat\u003e;  # OUTPUT: «46.12345␤»\n    say %conf\u003clon\u003e;  # OUTPUT: «-82.6231␤»\n\nTODO\n====\n\nPlease have a look at [./TODO.md](./TODO.md)\n\nAUTHOR\n======\n\nLeon Timmermans\n\nLICENSE\n=======\n\nArtistic License 2.0\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleont%2Fyamlish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleont%2Fyamlish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleont%2Fyamlish/lists"}