diff options
| author | Stephen E. Baker <baker.stephen.e@gmail.com> | 2017-10-29 22:21:41 -0400 |
|---|---|---|
| committer | Stephen E. Baker <baker.stephen.e@gmail.com> | 2017-10-29 22:21:41 -0400 |
| commit | 1993a5eae610b877c7ed865040eaa3fb92e731c4 (patch) | |
| tree | 2ccb18de01274bad75817a373b1153e1a3137421 /ports/luasocket/CONTROL | |
| parent | 7c3f469568c884562d74753d7640da3e723c6c43 (diff) | |
| download | vcpkg-1993a5eae610b877c7ed865040eaa3fb92e731c4.tar.gz vcpkg-1993a5eae610b877c7ed865040eaa3fb92e731c4.zip | |
LuaSocket port for vcpkg
Port is based off the last commit, as the last release version does not
work with 64 bit Windows, and there have been a number of critical bug fixes
since the last release candidate from 2013.
Diffstat (limited to 'ports/luasocket/CONTROL')
| -rw-r--r-- | ports/luasocket/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/luasocket/CONTROL b/ports/luasocket/CONTROL new file mode 100644 index 000000000..09d6fabeb --- /dev/null +++ b/ports/luasocket/CONTROL @@ -0,0 +1,4 @@ +Source: luasocket +Version: 2017.05.25.5a17f79b0301f0a1b4c7f1c73388757a7e2ed309 +Description: LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet. +Build-Depends: lua |
