blob: c0adccb3cb5513e11f81821f1b11d460941cb585 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"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
}
]
}
|