checkey-buck-design / conan-pybind11

Conan C/C++ package manager: Package for Pybind11 python-C/C++ binding

Home Page:https://github.com/pybind/pybind11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conan-pybind11

pybind11 image

Download Build Status Build status

Conan.io package recipe for pybind11 project.

The packages generated with this conanfile can be found in Bintray.

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

About

Conan C/C++ package manager: Package for Pybind11 python-C/C++ binding

https://github.com/pybind/pybind11

License:MIT License


Languages

Language:Python 54.1%Language:CMake 27.5%Language:Shell 13.4%Language:C++ 4.9%