JSON for Modern C++, a C++11 header-only JSON class
https://nlohmann.github.io/json/
JSON for Modern C++, a C++11 header-only JSON class.
- Devel package for openSUSE:Factory
-
11
derived packages
- Links to openSUSE:Factory / nlohmann_json
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/nlohmann_json && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_constraints | 0000000166 166 Bytes | |
_link | 0000000124 124 Bytes | |
json-3.12.0.tar.xz | 0000114576 112 KB | |
json-3.12.0.tar.xz.asc | 0000000833 833 Bytes | |
nlohmann_json.changes | 0000025957 25.3 KB | |
nlohmann_json.keyring | 0000003128 3.05 KB | |
nlohmann_json.spec | 0000002401 2.34 KB | |
provide_char8_t_fallback.patch | 0000005614 5.48 KB |
Comments 1
Hi, currently this package fails to build for openSUSE Leap 42.3 due to missing dependency for cmake 3.8. This package provides only a C++ header file, the cmake requirement and the build process is just for running unittests. Can we skip the unittests ?