2021-06-10 06:18:49 +08:00
{
"name" : "luasec" ,
2024-03-12 04:08:45 +08:00
"version" : "1.3.2" ,
2024-03-26 06:59:33 +08:00
"port-version" : 1 ,
2021-06-10 06:18:49 +08:00
"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" ,
2022-05-10 05:57:02 +08:00
"license" : "MIT" ,
2024-03-26 06:59:33 +08:00
"supports" : "windows & !staticcrt" ,
2021-06-10 06:18:49 +08:00
"dependencies" : [
"lua" ,
"luasocket" ,
2022-05-10 05:57:02 +08:00
"openssl" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2021-06-10 06:18:49 +08:00
]
}