Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conan-community/conan-pybind11
[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index
https://github.com/conan-community/conan-pybind11
conan cpp11 pybind11 python-bindings
Last synced: 3 months ago
JSON representation
[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index
- Host: GitHub
- URL: https://github.com/conan-community/conan-pybind11
- Owner: conan-community
- License: mit
- Archived: true
- Created: 2016-04-12T08:23:38.000Z (over 8 years ago)
- Default Branch: release/2.3.0
- Last Pushed: 2020-01-07T19:29:03.000Z (almost 5 years ago)
- Last Synced: 2024-09-21T11:02:37.581Z (4 months ago)
- Topics: conan, cpp11, pybind11, python-bindings
- Language: Python
- Homepage: https://github.com/pybind/pybind11
- Size: 43 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conan-pybind11
![pybind11 image](/images/conan-pybind11.png)
[![Download](https://api.bintray.com/packages/conan-community/conan/pybind11%3Aconan/images/download.svg)](https://bintray.com/conan-community/conan/pybind11%3Aconan/_latestVersion)
[![Build Status](https://travis-ci.org/conan-community/conan-pybind11.svg?branch=release%2F2.3.0)](https://travis-ci.org/conan-community/conan-pybind11)
[![Build status](https://ci.appveyor.com/api/projects/status/jyeh443gn0l0f3bi/branch/release/2.3.0?svg=true)](https://ci.appveyor.com/project/memsharded/conan-pybind11/branch/release/2.3.0)[Conan.io](https://conan.io) package recipe for [pybind11](https://github.com/pybind/pybind11) project.
The packages generated with this **conanfile** can be found in [Bintray](https://bintray.com/conan-community/conan/pybind11%3Aconan).
## For Users: Use this package
### Basic setup
$ conan install pybind11/2.3.0@conan/stable
### Project setup
If you handle multiple dependencies in your project is better to add a *conanfile.txt*
[requires]
pybind11/2.3.0@conan/stable[generators]
cmake## License
[MIT License](LICENSE)