vcpkg/ports/pthreadpool/vcpkg.json
Park DongHa c095d5a271
[pthreadpool] create a new port (#16342)
* [fxdiv] create a new port

* [fxdiv] update baseline and port SHA

* [pthreadpool] create a new port

* [pthreadpool] update baseline and port SHA

* [pthreadpool] update deps for uwp

* [pthreadpool] apply PR feedback

* [pthreadpool] remove unnecessary work in portfile
2021-04-01 10:37:58 -07:00

15 lines
320 B
JSON

{
"name": "pthreadpool",
"version-date": "2020-02-21",
"description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
"homepage": "https://github.com/Maratyszcza/pthreadpool",
"supports": "!uwp",
"dependencies": [
"fxdiv",
{
"name": "pthreads",
"platform": "uwp"
}
]
}