aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/nlohmann_json/ya.make
blob: 8e1b4e67cfe18ff9dd5b8d3dd10166d17d2f8ec1 (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(
    Apache-2.0 AND
    CC0-1.0 AND
    MIT
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(3.11.2)

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

ADDINCL(
    ONE_LEVEL
    contrib/restricted/nlohmann_json/include
)

NO_UTIL()

END()