mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 10:09:06 +08:00
20 lines
465 B
JSON
20 lines
465 B
JSON
|
{
|
||
|
"name": "libosdp",
|
||
|
"version": "3.0.5",
|
||
|
"description": "An cross-platform open source implementation of IEC 60839-11-5 Open Supervised Device Protocol (OSDP)",
|
||
|
"homepage": "https://github.com/goToMain/libosdp",
|
||
|
"documentation": "https://libosdp.sidcha.dev",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": [
|
||
|
"openssl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|