vcpkg/ports/pthread-stubs/vcpkg.json

12 lines
301 B
JSON
Raw Normal View History

{
"name": "pthread-stubs",
"version": "0.4",
"port-version": 1,
"description": "Stub replacements for POSIX Threads functions.",
"homepage": "https://gitlab.freedesktop.org/xorg/lib/pthread-stubs",
"license": "X11-distribute-modifications-variant",
"dependencies": [
"pthread"
]
}