Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

PaladinAI/json

 
 

Repository files navigation

JSON

Catch2 is a C++ JSON library used by the Collector, Local Agent and Platform.

Syncing with the upstream master branch

First, make sure the upstream remote is configured:

git remote -v

# If the upstream remote doesn't exist, add it:
git remote add upstream https://github.com/nlohmann/json.git

Then merge the upstream changes

git fetch upstream
git checkout develop
git merge upstream/develop

Publishing to the Conan server

To update the package, update the version number in conanfile.py then run:

conan create . paladin/develop
conan upload json/3.2.0@paladin/develop -r paladin

Packages

No packages published

Languages

  • C++ 98.8%
  • Other 1.2%