mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:29:01 +08:00
a454cf6e00
* [pthreadpool] remove unused dependency * [pthreadpool] update git-tree SHA
11 lines
256 B
JSON
11 lines
256 B
JSON
{
|
|
"name": "pthreadpool",
|
|
"version-date": "2020-04-10",
|
|
"port-version": 1,
|
|
"description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
|
|
"homepage": "https://github.com/Maratyszcza/pthreadpool",
|
|
"dependencies": [
|
|
"fxdiv"
|
|
]
|
|
}
|