Skip to content

Commit

Permalink
🔥 remove wsjcpp package manager
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
  • Loading branch information
nlohmann committed Jan 24, 2025
1 parent 666d061 commit 52ec49d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
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.

0 comments on commit 52ec49d

Please sign in to comment.