aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/nlohmann_json/ya.make
blob: a5a0f12931756738dac9c5b5126cfad1393e0e1b (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.11.

LIBRARY()

LICENSE(
    Apache-2.0 AND
    CC0-1.0 AND
    MIT
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(3.11.3)

ORIGINAL_SOURCE(https://github.com/nlohmann/json/archive/v3.11.3.tar.gz)

ADDINCL(
    ONE_LEVEL
    contrib/restricted/nlohmann_json/include
)

NO_UTIL()

END()