Jack He | b854eaa | 2019-11-14 15:04:10 -0800 | [diff] [blame^] | 1 | name: "pybind11" |
| 2 | description: |
| 3 | "pybind11 is a lightweight header-only library that exposes C++ types in " |
| 4 | "Python and vice versa, mainly to create Python bindings of existing C++ " |
| 5 | "code." |
| 6 | third_party { |
| 7 | url { |
| 8 | type: HOMEPAGE |
| 9 | value: "https://pybind11.readthedocs.io/en/stable/" |
| 10 | } |
| 11 | url { |
| 12 | type: GIT |
| 13 | value: "https://github.com/pybind/pybind11.git" |
| 14 | } |
| 15 | version: "v2.4.3" |
| 16 | last_upgrade_date { year: 2019 month: 11 day: 4 } |
| 17 | license_type: NOTICE |
| 18 | } |
| 19 | |