diff options
| author | Ethan Smith <ethan@ethanhs.me> | 2017-03-27 02:09:39 -0400 |
|---|---|---|
| committer | Ethan Smith <ethan@ethanhs.me> | 2017-03-27 02:09:39 -0400 |
| commit | bfb3ef841b339b969708f52762efc38f6f799a50 (patch) | |
| tree | f6ea1c337a0b96346b017036a490830433ddc4f3 /ports/pybind11/CONTROL | |
| parent | 71f1e117af2c92123fae9311b9b23f3955e9831d (diff) | |
| download | vcpkg-bfb3ef841b339b969708f52762efc38f6f799a50.tar.gz vcpkg-bfb3ef841b339b969708f52762efc38f6f799a50.zip | |
add pybind11 port
Diffstat (limited to 'ports/pybind11/CONTROL')
| -rw-r--r-- | ports/pybind11/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL new file mode 100644 index 000000000..536647265 --- /dev/null +++ b/ports/pybind11/CONTROL @@ -0,0 +1,3 @@ +Source: pybind11 +Version: 2.0.1 +Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.
\ No newline at end of file |
