vcpkg/ports/luasec/vcpkg.json
Stephen E. Baker 19033ddfa6
[luasec] upgrade to 1.1.0 (#24609)
* [luasec] upgrade to 1.1.0

* [luasec] Replace deprecated functions

* Run vcpkg x-add-version --all

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-05-09 14:57:02 -07:00

23 lines
566 B
JSON

{
"name": "luasec",
"version": "1.1.0",
"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 & static)",
"dependencies": [
"lua",
"luasocket",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}