mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 13:37:55 +08:00
24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"name": "luasec",
|
|
"version": "1.3.2",
|
|
"port-version": 1,
|
|
"maintainers": "Stephen Baker <baker.stephen.e@gmail.com>",
|
|
"description": "LuaSec depends on OpenSSL, and integrates with LuaSocket to make it easy to add secure connections to any Lua applications or scripts.",
|
|
"homepage": "https://github.com/brunoos/luasec",
|
|
"license": "MIT",
|
|
"supports": "windows & !staticcrt",
|
|
"dependencies": [
|
|
"lua",
|
|
"luasocket",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|