libyaml
libyaml copied to clipboard
Canonical source repository for LibYAML
Hi, I've created a documentation with API reference, you can see it at https://libyaml.docsforge.com/ Hope it's helpful for anyone using libyaml. The docs are built automatically every week so they...
I have a non-blocking data stream that I need to transfer some data over. I'm already using libyaml for reading configuration files in the application, I'd like it to handle...
Copied relevant docs from https://github.com/yaml/pyyaml.org. I think it's helpful for users if all relevant docs appear inside the repo. I've also created a docs for LibYAML on https://doxiz.com/LibYAML/. It's a...
the system is complex. No array, no list, just a collection of "stack", where struct contains 3 fields (start, end, top). How initialize document with tag directives ? How add...
It would be really helpful if there was a simple yaml command-line utility, similar to how this [c-implementation of mustache templates][1] includes a `mustach` tool. See also: [jq][2] [1]: https://gitlab.com/jobol/mustach...
This PR is still being worked on... The run-test-suite-2 branch has been moved to a separate repository: https://github.com/yaml/yaml-test-suite That repository is responsible for testing the libyaml repository against the libyaml-test-suite...
This patch implements the emitter counterpart of #179.
I was working on https://github.com/go-yaml/yaml/issues/626 and when I started writing tests, I observed unexpected values for the `end_mark` field on the "yaml document node". So I went to libyaml to...
The new system uses 2 branches instead of 3. They are `master` and `run-test-suite`. Pinning is no longer in tsv file. There are pin files for each supported master commit...
See #171