aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 4e16d0dfbe5c7a902e1375ec379c28e599127804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<style>
body {
   background-color: white;
   font-family: "DejaVu Sans", "Bitstream Vera Sans", "Verdana", sans;
}
h2 {
   margin: 0px;
   font-weight: normal;
   color: #111;
   margin-top: 25px;
   margin-bottom: 25px;
   border-style: solid;
   border-color: #2c4067;
   border-width: 0px 0px 1px 0px;
}
a {
   color: #2c4067;
   text-decoration: none;
}
a:visited {
   color: #2c4067;
}
</style>
</head>
<body>

<p align="center"><a href="http://luarocks.org"><img border="0" src="luarocks.png" alt="LuaRocks"></a></p>

<h2>At this page</h2>

<ul>
<li><a href="releases/"><b>File releases</b></a> - .tar.gz for Unix and .zip for Windows</li>
</ul>

<h2>Other places</h2>

<ul>
<li><a href="http://luarocks.org"><b>luarocks.org</b></a> - Main website</li>
<li><a href="http://github.com/keplerproject/luarocks">GitHub repository</a></li>
</ul>

</body>
</html>