ya.make 266 B

1234567891011121314151617181920
  1. # Generated by devtools/yamaker.
  2. PY23_LIBRARY()
  3. VERSION(16.0.0)
  4. LICENSE(Apache-2.0 WITH LLVM-exception)
  5. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  6. NO_LINT()
  7. PY_SRCS(
  8. TOP_LEVEL
  9. clang/__init__.py
  10. clang/cindex.py
  11. clang/enumerations.py
  12. )
  13. END()