Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

sobotklp/conan-libjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan-libjson

Conan.io package for libjson C/C++ library

Build packages

Download conan client from Conan.io and run:

$ python build.py

Upload packages to server

$ conan upload libjson/7.6.1@sobotklp/stable --all

Reuse the packages

Basic setup

$ conan install libjson/7.6.1@sobotklp/stable

Project setup

If you handle multiple dependencies in your project, it would be better to add a conanfile.txt

[requires]
libjson/7.6.1@sobotklp/stable

[generators]
txt
cmake

About

Conan build for libjson C/C++ library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published