aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/fast_float/ya.make
blob: 735572be338c9e50b65ba7e9a997d4e76f1b1574 (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
25
26
27
28
# Generated by devtools/yamaker from nixpkgs 21.11.
 
LIBRARY()

LICENSE(
    Apache-2.0 AND
    MIT
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

OWNER(
    g:clickhouse
    g:cpp-contrib
    g:kikimr
)
 
VERSION(3.4.0)
 
ORIGINAL_SOURCE(https://github.com/fastfloat/fast_float/archive/v3.4.0.tar.gz)

NO_COMPILER_WARNINGS() 
 
NO_RUNTIME()
 
NO_UTIL()
 
END()