Did you look for something in the documentation and could not find it? Maybe it's there and hidden in some obscure place, and maybe it just wasn't written yet. In any case, let us know, so we can work on improving the docs. This page is the documentation "comments and suggestions box". Feel free to write down any perceived omissions in the documentation in this page, and we'll work on improving it. Thank you!
Add your feedback here!
---
From Alvaro MartÃnez (alvaro.mtr_at_gmail.com)
is there an uninstall method? it would be nice if the unix man page or command-line invocation were on the site.
---
From Vladimir Stebunov (vstebunov_at_gmail.com)
how to work with proxy server&
---
From ionous (dev.ionous.net)
I'm a new(ish) lua user. I'd successfully extended lua by embedding lua in my c code, but I wanted to reverse things, and make my code a rock. I followed Creating a rock, but it took me a bit to make it all work.
It wasn't initially clear to me I needed a luaopen_
A link to some external documentation about the module convention, and an explanation about the c functions luarocks needs (one "luaopen_
Unrelated, but: a brief note for visual studio users might be useful. When I first ran luarocks it complained about not finding the compiler. The "Visual Studio Command Prompt" ( which is part of the visual studio installation ) sets up all the paths needed for command line compiles -- but, maybe not everybody knows that, especially folks used to the IDE.
Many thanks for lua rocks. It's a great system!