1234567891011121314151617181920212223 |
- # 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(
- GLOBAL contrib/restricted/nlohmann_json/include
- )
- NO_UTIL()
- END()
|