vcpkg/ports/hpx/vcpkg.json

28 lines
882 B
JSON
Raw Normal View History

2021-07-16 06:38:30 +08:00
{
"name": "hpx",
2021-08-19 08:07:51 +08:00
"version-semver": "1.7.1",
2021-07-16 06:38:30 +08:00
"description": [
"The C++ Standards Library for Concurrency and Parallelism",
"HPX is a C++ Standards Library for Concurrency and Parallelism. It implements all of the corresponding facilities as defined by the C++ Standard. Additionally, in HPX we implement functionalities proposed as part of the ongoing C++ standardization process. We also extend the C++ Standard APIs to the distributed case."
],
"homepage": "https://github.com/STEllAR-GROUP/hpx",
"dependencies": [
"asio",
"boost-accumulators",
"boost-config",
"boost-context",
"boost-dynamic-bitset",
"boost-exception",
"boost-filesystem",
"boost-iostreams",
"boost-lockfree",
"boost-range",
"boost-spirit",
"boost-system",
"boost-throw-exception",
"boost-variant",
"boost-winapi",
"hwloc"
]
}