|
@@ -1,5 +1,4 @@
|
|
package("pybind11")
|
|
package("pybind11")
|
|
-
|
|
|
|
set_kind("library", {headeronly = true})
|
|
set_kind("library", {headeronly = true})
|
|
set_homepage("https://github.com/pybind/pybind11")
|
|
set_homepage("https://github.com/pybind/pybind11")
|
|
set_description("Seamless operability between C++11 and Python.")
|
|
set_description("Seamless operability between C++11 and Python.")
|
|
@@ -7,6 +6,8 @@ package("pybind11")
|
|
|
|
|
|
add_urls("https://github.com/pybind/pybind11/archive/refs/tags/$(version).zip",
|
|
add_urls("https://github.com/pybind/pybind11/archive/refs/tags/$(version).zip",
|
|
"https://github.com/pybind/pybind11.git")
|
|
"https://github.com/pybind/pybind11.git")
|
|
|
|
+
|
|
|
|
+ add_versions("v3.0.0", "dfe152af2f454a9d8cd771206c014aecb8c3977822b5756123f29fd488648334")
|
|
add_versions("v2.13.6", "d0a116e91f64a4a2d8fb7590c34242df92258a61ec644b79127951e821b47be6")
|
|
add_versions("v2.13.6", "d0a116e91f64a4a2d8fb7590c34242df92258a61ec644b79127951e821b47be6")
|
|
add_versions("v2.13.5", "0b4f2d6a0187171c6d41e20cbac2b0413a66e10e014932c14fae36e64f23c565")
|
|
add_versions("v2.13.5", "0b4f2d6a0187171c6d41e20cbac2b0413a66e10e014932c14fae36e64f23c565")
|
|
add_versions("v2.5.0", "1859f121837f6c41b0c6223d617b85a63f2f72132bae3135a2aa290582d61520")
|
|
add_versions("v2.5.0", "1859f121837f6c41b0c6223d617b85a63f2f72132bae3135a2aa290582d61520")
|