mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
17378cf96b
* Add port for luasec * Mark luasec:x64-windows-static as fail * Set versions for luasec
13 lines
380 B
JSON
13 lines
380 B
JSON
{
|
|
"name": "luasec",
|
|
"version": "1.0.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",
|
|
"dependencies": [
|
|
"lua",
|
|
"luasocket",
|
|
"openssl"
|
|
]
|
|
}
|