mirror of
https://github.com/nlohmann/json.git
synced 2025-06-24 17:30:53 +08:00
Remove wsjcpp package manager (#4623)
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
parent
8fb5d6f92d
commit
a43350c4e5
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,9 +4,6 @@
|
|||||||
*.gcda
|
*.gcda
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
.wsjcpp-logs/*
|
|
||||||
.wsjcpp/*
|
|
||||||
|
|
||||||
/.idea
|
/.idea
|
||||||
/cmake-build-*
|
/cmake-build-*
|
||||||
|
|
||||||
|
2
FILES.md
2
FILES.md
@ -237,5 +237,3 @@ make BUILD.bazel
|
|||||||
### `Package.swift`
|
### `Package.swift`
|
||||||
|
|
||||||
### `WORKSPACE.bazel`
|
### `WORKSPACE.bazel`
|
||||||
|
|
||||||
### `wsjcpp.yml`
|
|
||||||
|
@ -824,12 +824,3 @@ to your podfile (see [an example](https://bitbucket.org/benman/nlohmann_json-coc
|
|||||||
!!! warning
|
!!! warning
|
||||||
|
|
||||||
The module is outdated as the respective [pod](https://cocoapods.org/pods/nlohmann_json) has not been updated in years.
|
The module is outdated as the respective [pod](https://cocoapods.org/pods/nlohmann_json) has not been updated in years.
|
||||||
|
|
||||||
## wsjcpp
|
|
||||||
|
|
||||||
If you are using [`wsjcpp`](http://wsjcpp.org), you can use the command `wsjcpp install "https://github.com/nlohmann/json:develop"`
|
|
||||||
to get the latest version. Note you can change the branch `:develop` to an existing tag or another branch.
|
|
||||||
|
|
||||||
!!! warning
|
|
||||||
|
|
||||||
The package manager is outdated as the respective [repository](https://github.com/wsjcpp/wsjcpp) has not been updated in years.
|
|
||||||
|
26
wsjcpp.yml
26
wsjcpp.yml
@ -1,26 +0,0 @@
|
|||||||
wsjcpp_version: "v0.1.1"
|
|
||||||
cmake_minimum_required: "3.0"
|
|
||||||
cmake_cxx_standard: "11"
|
|
||||||
name: "nlohmann/json"
|
|
||||||
version: "v3.11.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"
|
|
||||||
- source-file: "single_include/nlohmann/json_fwd.hpp"
|
|
||||||
target-file: "json_fwd.hpp"
|
|
||||||
type: "source-code"
|
|
Loading…
Reference in New Issue
Block a user