mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 20:41:07 +08:00
18 lines
397 B
JSON
18 lines
397 B
JSON
{
|
|
"name": "plibsys",
|
|
"version": "0.0.5",
|
|
"description": "Highly portable C system library: threads and synchronization, sockets, IPC, data structures and more.",
|
|
"homepage": "https://github.com/saprykin/plibsys",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|