aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/fastlz/ya.make
blob: 7f31ac0becf791529f744c808c2734d56fdcf522 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LIBRARY()

LICENSE(MIT)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(0.1.0)

OWNER(
    g:contrib
    g:cpp-contrib
)

NO_UTIL()

NO_COMPILER_WARNINGS()

SRCS(
    fastlz.c
    rename.h
)

END()