diff options
Diffstat (limited to 'vcpkg/ports/libosdp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libosdp/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/libosdp/vcpkg.json b/vcpkg/ports/libosdp/vcpkg.json new file mode 100644 index 0000000..c0adccb --- /dev/null +++ b/vcpkg/ports/libosdp/vcpkg.json @@ -0,0 +1,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 + } + ] +} |