Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)