aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/json/ya.make
blob: 74a82de9d8fa784212b3467621e1af787db44bb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PY23_LIBRARY()

PEERDIR(
    contrib/python/simplejson
    library/cpp/json/fast_sax
)

PY_SRCS(
    __init__.py
    loads.pyx
)

SRCS(
    loads.cpp
)

END()