vcpkg/ports/libnice/vcpkg.json
gerard-ryan-immersaview 5b8f3e049d
[libnice libnice-gst] Added libnice-gst port at 0.1.21 and Updated libnice to 0.1.21 (#30567)
Co-authored-by: David Ely <david.ely@immersaview.com>
2023-04-04 20:09:18 -07:00

17 lines
473 B
JSON

{
"name": "libnice",
"version": "0.1.21",
"description": "Libnice is an implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389).",
"homepage": "https://nice.freedesktop.org",
"license": "LGPL-2.1-only AND MPL-1.1",
"dependencies": [
"glib",
{
"name": "glib",
"host": true,
"default-features": false
},
"openssl"
]
}