We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f35919 commit 1a70067Copy full SHA for 1a70067
wsjcpp.yml
@@ -0,0 +1,27 @@
1
+wsjcpp_version: "v0.1.1"
2
+cmake_minimum_required: "3.0"
3
+cmake_cxx_standard: "11"
4
+name: "nlohmann/json"
5
+version: "v3.12.0"
6
+description: "JSON for Modern C++"
7
+issues: "https://github.com/nlohmann/json/issues"
8
+keywords:
9
+ - "c++"
10
+ - "json"
11
+
12
13
+repositories:
14
+ - type: main
15
+ url: "https://github.com/nlohmann/json"
16
17
+authors:
18
+ - name: "Niels Lohmann"
19
+ email: "[email protected]"
20
21
+distribution:
22
+ - source-file: "single_include/nlohmann/json.hpp"
23
+ target-file: "nlohmann/json.hpp"
24
+ type: "source-code"
25
+ - source-file: "single_include/nlohmann/json_fwd.hpp"
26
+ target-file: "nlohmann/json_fwd.hpp"
27
0 commit comments