I need to use the Freebase API in the Lua, but Google requires that you use SSL.
Lua have no built-in network support, so I have to use external elements such as LuaSocket and 'LuaSec`. The problem is that I can not install them.
I use ZeroBrane IDE, so I tried to download and put them in a directory lualibs , following the instructions on the websites libs. But ssl.core and ssl.context absent.
Where can I find them ?!
source share