vcpkg/ports/plibsys/vcpkg.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
}
]
}