Skip to content

Commit 1a70067

Browse files
committed
Added wsjcpp.yml
1 parent 9f35919 commit 1a70067

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

wsjcpp.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
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+
type: "source-code"

0 commit comments

Comments
 (0)