ya.make 159 B

1234567891011121314151617
  1. PY23_LIBRARY()
  2. PEERDIR(
  3. contrib/python/simplejson
  4. library/cpp/json/fast_sax
  5. )
  6. PY_SRCS(
  7. __init__.py
  8. loads.pyx
  9. )
  10. SRCS(
  11. loads.cpp
  12. )
  13. END()