2020-08-20 12:17:44 +08:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
],
|
2020-09-15 06:07:02 +08:00
|
|
|
"features": {
|
|
|
|
"python": {
|
2020-08-20 12:17:44 +08:00
|
|
|
"description": "Interacting with python with pybind11 interface",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-python",
|
|
|
|
"pybind11"
|
|
|
|
]
|
|
|
|
}
|
2020-09-15 06:07:02 +08:00
|
|
|
}
|
2020-08-20 12:17:44 +08:00
|
|
|
}
|