Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theirix/conan-libbson
Conan.io package for libbson library
https://github.com/theirix/conan-libbson
conan conan-recipe libbson
Last synced: 24 days ago
JSON representation
Conan.io package for libbson library
- Host: GitHub
- URL: https://github.com/theirix/conan-libbson
- Owner: theirix
- License: mit
- Created: 2016-07-09T06:57:08.000Z (over 8 years ago)
- Default Branch: stable/1.16.2
- Last Pushed: 2020-04-29T16:47:35.000Z (over 4 years ago)
- Last Synced: 2024-10-30T11:48:25.297Z (2 months ago)
- Topics: conan, conan-recipe, libbson
- Language: Python
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[ ![Download](https://api.bintray.com/packages/theirix/conan-repo/libbson%3Atheirix/images/download.svg) ](https://bintray.com/theirix/conan-repo/libbson%3Atheirix/_latestVersion)
[![Build Status](https://travis-ci.org/theirix/conan-libbson.svg)](https://travis-ci.org/theirix/conan-libbson)
[![Build status](https://ci.appveyor.com/api/projects/status/github/bincrafters/conan-libbson?svg=true)](https://ci.appveyor.com/project/theirix/conan-libbson)# conan-libbson
[Conan.io](https://conan.io) package for [libbson](https://github.com/mongodb/mongo-c-driver) library
The packages generated with this **conanfile** can be found in [bintray](https://bintray.com/theirix/conan-repo/libbson%3Atheirix).
## Build packages
$ pip install conan_package_tools
$ python build.py
## Reuse the packages### Basic setup
$ conan install libbson/@theirix/stable
### Project setupIf you handle multiple dependencies in your project is better to add a *conanfile.txt*
[requires]
libbson/@theirix/stable[options]
libbson:shared=True # false
[generators]
txt
cmakeComplete the installation of requirements for your project running:
conan install .
Project setup installs the library (and all his dependencies) and generates the files *conanbuildinfo.txt* and *conanbuildinfo.cmake* with all the paths and variables that you need to link with your dependencies.