aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/clang14/bindings/python/ya.make
blob: 30e1ce9ff7fff4f7afe582b70bcab5d654cf0ee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by devtools/yamaker.

PY23_LIBRARY()

LICENSE(Apache-2.0 WITH LLVM-exception)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    clang/__init__.py
    clang/cindex.py
    clang/enumerations.py
)

END()