aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/yaml.v3/ya.make
blob: e062dc2425cd5a49939826286f4803074f35c21b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
GO_LIBRARY()

LICENSE(
    Apache-2.0 AND
    MIT
)

SRCS(
    apic.go
    decode.go
    emitterc.go
    encode.go
    parserc.go
    readerc.go
    resolve.go
    scannerc.go
    sorter.go
    writerc.go
    yaml.go
    yamlh.go
    yamlprivateh.go
)

GO_XTEST_SRCS(
    decode_test.go
    encode_test.go
    example_embedded_test.go
    limit_test.go
    node_test.go
    suite_test.go
)

END()

RECURSE(gotest)