mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"name": "libsmb2",
|
|
"version-date": "2023-08-11",
|
|
"description": "SMB2/3 Userspace Client",
|
|
"homepage": "https://github.com/sahlberg/libsmb2",
|
|
"license": "LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|