https://github.com/scriptkitties/p6-config-parser-yaml
A YAML parser for p6-Config
https://github.com/scriptkitties/p6-config-parser-yaml
Last synced: 3 months ago
JSON representation
A YAML parser for p6-Config
- Host: GitHub
- URL: https://github.com/scriptkitties/p6-config-parser-yaml
- Owner: scriptkitties
- Created: 2017-04-23T19:26:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T09:52:23.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T08:29:22.743Z (over 1 year ago)
- Language: Perl 6
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Config::Parser::yaml
A YAML parser for [Config](https://github.com/scriptkitties/p6-Config).
[](https://travis-ci.org/scriptkitties/p6-Config-Parser-yaml)
## Installation
```sh
zef install Config::Parser::yaml
```
## License
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see .