blob: bbcbe08ad106946a588c8cecb94e12266ab494c9 [file] [log] [blame]
Jack Heb854eaa2019-11-14 15:04:10 -08001name: "pybind11"
Haibo Huang7c3ac772020-03-31 04:37:51 -07002description: "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."
Jack Heb854eaa2019-11-14 15:04:10 -08003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://pybind11.readthedocs.io/en/stable/"
7 }
8 url {
Haibo Huang7c3ac772020-03-31 04:37:51 -07009 type: GIT
Jack Heb854eaa2019-11-14 15:04:10 -080010 value: "https://github.com/pybind/pybind11.git"
11 }
Haibo Huang7c3ac772020-03-31 04:37:51 -070012 version: "v2.5.0"
Jack Heb854eaa2019-11-14 15:04:10 -080013 license_type: NOTICE
Haibo Huang7c3ac772020-03-31 04:37:51 -070014 last_upgrade_date {
15 year: 2020
16 month: 3
17 day: 31
18 }
Jack Heb854eaa2019-11-14 15:04:10 -080019}