Files
vcpkg/ports/libcoap/vcpkg.json
2026-01-07 00:16:43 -08:00

32 lines
620 B
JSON

{
"name": "libcoap",
"version-string": "4.3.5a",
"description": "libcoap — A C implementation of the Constrained Application Protocol (RFC 7252)",
"homepage": "https://libcoap.net/",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"dtls"
],
"features": {
"dtls": {
"description": "compile with dtls support",
"dependencies": [
"openssl"
]
},
"examples": {
"description": "Build examples"
}
}
}