tree: 151c86e363a075fe6baee2afa72d0b4cb9527a39 [path history] [tgz]
  1. testdata/
  2. apic.go
  3. decode.go
  4. decode_test.go
  5. LICENSE
  6. LICENSE.libyaml
  7. METADATA
  8. NOTICE
  9. parserc.go
  10. readerc.go
  11. README.md
  12. resolve.go
  13. scannerc.go
  14. yaml.go
  15. yamlh.go
  16. yamlprivateh.go
internal/third_party/yaml/README.md

YAML reader for CUE

This yaml parser is a heavily modified version of Canonical's go-yaml parser, which in turn is a port of the libyaml parser.

License

The yaml package is licensed under the Apache License 2.0. Please see the LICENSE file for details.