github.com/solo-io/cue@v0.4.7/internal/third_party/yaml/README.md (about) 1 # YAML reader for CUE 2 3 This yaml parser is a heavily modified version of Canonical's go-yaml parser, 4 which in turn is a port of the [libyaml](http://pyyaml.org/wiki/LibYAML) parser. 5 6 7 License 8 ------- 9 10 The yaml package is licensed under the Apache License 2.0. Please see the LICENSE file for details. 11