ya.make 414 B

1234567891011121314151617181920212223242526272829303132333435
  1. GO_LIBRARY()
  2. LICENSE(
  3. Apache-2.0 AND
  4. MIT
  5. )
  6. SRCS(
  7. apic.go
  8. decode.go
  9. emitterc.go
  10. encode.go
  11. parserc.go
  12. readerc.go
  13. resolve.go
  14. scannerc.go
  15. sorter.go
  16. writerc.go
  17. yaml.go
  18. yamlh.go
  19. yamlprivateh.go
  20. )
  21. GO_XTEST_SRCS(
  22. decode_test.go
  23. encode_test.go
  24. example_embedded_test.go
  25. limit_test.go
  26. node_test.go
  27. suite_test.go
  28. )
  29. END()
  30. RECURSE(gotest)