mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
32 lines
620 B
JSON
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"
|
|
}
|
|
}
|
|
}
|