1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/go-yaml/pkg-plist
Carlo Strub 56c3971bcd The yaml package enables Go programs to comfortably encode and decode YAML
values. It was developed within Canonical as part of the juju project, and is
based on a pure Go port of the well-known libyaml C library to parse and
generate YAML data quickly and reliably.

WWW: https://github.com/go-yaml/yaml
2016-07-11 19:50:28 +00:00

21 lines
799 B
Plaintext

%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE.libyaml
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/apic.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/decode.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/decode_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/emitterc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encode.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encode_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/parserc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/readerc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/resolve.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/scannerc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sorter.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/suite_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/writerc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/yaml.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/yamlh.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/yamlprivateh.go