mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:49:00 +08:00
27 lines
566 B
JSON
27 lines
566 B
JSON
{
|
|
"name": "numcpp",
|
|
"version-string": "2.1.0",
|
|
"description": "C++ implementation of the Python Numpy library",
|
|
"homepage": "https://dpilger26.github.io/NumCpp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-endian",
|
|
"boost-integer",
|
|
"boost-math",
|
|
"boost-predef",
|
|
"boost-random",
|
|
"boost-type-traits"
|
|
],
|
|
"features": [
|
|
{
|
|
"name": "python",
|
|
"description": "Interacting with python with pybind11 interface",
|
|
"dependencies": [
|
|
"boost-python",
|
|
"pybind11"
|
|
]
|
|
}
|
|
]
|
|
}
|