Update library.json - general housekeeping
This commit is contained in:
parent
07f8285937
commit
368af84ab2
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "nlohmann-json",
|
"name": "nlohmann-json",
|
||||||
"version": "3.11.2",
|
|
||||||
"description": "JSON for Modern C++",
|
"description": "JSON for Modern C++",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"json",
|
"json",
|
||||||
@ -8,7 +7,8 @@
|
|||||||
"deserialization",
|
"deserialization",
|
||||||
"parser",
|
"parser",
|
||||||
"generator",
|
"generator",
|
||||||
"C++"
|
"C++",
|
||||||
|
"modern"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
@ -30,7 +30,6 @@
|
|||||||
"https://github.com/nlohmann/json/tree/develop/docs/examples"
|
"https://github.com/nlohmann/json/tree/develop/docs/examples"
|
||||||
],
|
],
|
||||||
"build": {
|
"build": {
|
||||||
"flags": ["-std=c++11"],
|
|
||||||
"srcFilter": ["-<**/*>"],
|
"srcFilter": ["-<**/*>"],
|
||||||
"includeDir": "single_include"
|
"includeDir": "single_include"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user