Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lfw/rocks/md5/1.1.2-1')
-rw-r--r--lfw/rocks/md5/1.1.2-1/md5-1.1.2-1.rockspec39
-rw-r--r--lfw/rocks/md5/1.1.2-1/rock_manifest12
2 files changed, 51 insertions, 0 deletions
diff --git a/lfw/rocks/md5/1.1.2-1/md5-1.1.2-1.rockspec b/lfw/rocks/md5/1.1.2-1/md5-1.1.2-1.rockspec
new file mode 100644
index 0000000..6626701
--- /dev/null
+++ b/lfw/rocks/md5/1.1.2-1/md5-1.1.2-1.rockspec
@@ -0,0 +1,39 @@
+package = "MD5"
+version = "1.1.2-1"
+source = {
+ url = ""
+}
+description = {
+ summary = "Basic cryptographic library",
+ detailed = [[
+ MD5 offers basic cryptographic facilities for Lua 5.1:
+ a hash (digest) function, a pair crypt/decrypt based on MD5 and CFB,
+ and a pair crypt/decrypt based on DES with 56-bit keys.
+ ]],
+ license = "MIT/X11",
+ homepage = "http://www.keplerproject.org/md5/"
+}
+dependencies = {
+ "lua >= 5.1"
+}
+build = {
+ type = "make",
+ variables = {
+ LUA_VERSION_NUM="501",
+ },
+ build_variables = {
+ LIB_OPTION = "$(LIBFLAG)",
+ CFLAGS = "$(CFLAGS) -I$(LUA_INCDIR)",
+ },
+ install_variables = {
+ LUA_LIBDIR = "$(LIBDIR)",
+ LUA_DIR = "$(LUADIR)"
+ },
+ platforms = {
+ win32 = {
+ build_variables = {
+ LUA_LIB = "$(LUA_LIBDIR)\\lua5.1.lib"
+ }
+ }
+ }
+}
diff --git a/lfw/rocks/md5/1.1.2-1/rock_manifest b/lfw/rocks/md5/1.1.2-1/rock_manifest
new file mode 100644
index 0000000..120edb5
--- /dev/null
+++ b/lfw/rocks/md5/1.1.2-1/rock_manifest
@@ -0,0 +1,12 @@
+rock_manifest = {
+ ['md5-1.1.2-1.rockspec']='a3953425b9c63515ae647a874fc07f96',
+ lua={
+ ['md5.lua']='d4cd3727e9968f1cddbbe02d85288a9c'
+ },
+ lib={
+ ['des56.dll']='13ffbb58e4b1685d5d27b41840b88d43',
+ ['md5']={
+ ['core.dll']='b925346324ca57f32d8c42541f881119'
+ }
+ }
+}