aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/utf8proc/ya.make
blob: 006c2a89030e5189fd99379c2d8497cd71952642 (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
24
# Generated by devtools/yamaker from nixpkgs 22.05.

LIBRARY()

LICENSE(
    MIT AND
    Unicode
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(2.8.0)

ORIGINAL_SOURCE(https://github.com/JuliaStrings/utf8proc/archive/v2.8.0.tar.gz)

NO_COMPILER_WARNINGS()

NO_RUNTIME()

SRCS(
    utf8proc.c
)

END()