ya.make 249 B

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