Added wsjcpp.yml: C++ Source Package Manager

This commit is contained in:
Evgenii Sopov
2020-01-18 17:16:25 +07:00
parent 6121fc52cf
commit d164a2bf09
3 changed files with 28 additions and 0 deletions

23
wsjcpp.yml Normal file
View File

@@ -0,0 +1,23 @@
wsjcpp_version: "v0.1.1"
cmake_minimum_required: "3.0"
cmake_cxx_standard: "11"
name: "nlohmann/json"
version: "v3.7.3"
description: "JSON for Modern C++"
issues: "https://github.com/nlohmann/json/issues"
keywords:
- "c++"
- "json"
repositories:
- type: main
url: "https://github.com/nlohmann/json"
authors:
- name: "Niels Lohmann"
email: "mail@nlohmann.me"
distribution:
- source-file: "single_include/nlohmann/json.hpp"
target-file: "json.hpp"
type: "source-code"