diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-03-27 17:26:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-27 17:26:53 -0700 |
| commit | a1cfa18481f9ea0f7eaaaeb34832d89c51f5f4f1 (patch) | |
| tree | 26c975a005bfb016e878a8dad14401d43e3c4c88 /ports/pybind11/CONTROL | |
| parent | 125d98cb0848f490c11be5c62e1a87eded67dd7e (diff) | |
| parent | 2aff607cbf0e946773a1804d630655209439930c (diff) | |
| download | vcpkg-a1cfa18481f9ea0f7eaaaeb34832d89c51f5f4f1.tar.gz vcpkg-a1cfa18481f9ea0f7eaaaeb34832d89c51f5f4f1.zip | |
Merge pull request #857 from ethanhs/master
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..a51fd173c --- /dev/null +++ b/ports/pybind11/CONTROL @@ -0,0 +1,3 @@ +Source: pybind11 +Version: 2.1.0 +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 |
