Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove wsjcpp package manager #4623

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
*.gcda
.DS_Store

.wsjcpp-logs/*
.wsjcpp/*

/.idea
/cmake-build-*

Expand Down
2 changes: 0 additions & 2 deletions FILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,3 @@ make BUILD.bazel
### `Package.swift`

### `WORKSPACE.bazel`

### `wsjcpp.yml`
9 changes: 0 additions & 9 deletions docs/mkdocs/docs/integration/package_managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,12 +824,3 @@ to your podfile (see [an example](https://bitbucket.org/benman/nlohmann_json-coc
!!! warning

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 changes: 0 additions & 26 deletions wsjcpp.yml

This file was deleted.

Loading