Rockspecs for Luiz's bignum bindings. Requires openssl.

-- 
tom ([email protected])
package="lbn"
version="20101111-1"
source = {
   url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.1/lbn.tar.gz";,
   md5 = "d4f0d76b9b15faabfb0a5a07e7753192",
   dir = "bn"
}
description = {
   summary = "A fast integer-only arbitrary precision library",
   detailed = [[
      A fast integer-only arbitrary precision library for Lua,
      based on OpenSSL bn.
   ]],
   homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbn";,
   license = "Public domain"
}
dependencies = {
   "lua ~> 5.1"
}

external_dependencies = {
   OPENSSL = {
      header = "openssl/bn.h"
   }
}

build = {
   type = "builtin",
   modules = {
      bn = {
         sources = "lbn.c",
         libraries = "crypto",
      }
   }
}

package="lbn"
version="20120501-1"
source = {
   url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/lbn.tar.gz";,
   md5 = "edeb7ea48f21de4f02f65f63ad0c1227",
   dir = "bn"
}
description = {
   summary = "A fast integer-only arbitrary precision library",
   detailed = [[
      A fast integer-only arbitrary precision library for Lua,
      based on OpenSSL bn.
   ]],
   homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbn";,
   license = "Public domain"
}
dependencies = {
   "lua >= 5.2"
}

external_dependencies = {
   OPENSSL = {
      header = "openssl/bn.h"
   }
}

build = {
   type = "builtin",
   modules = {
      bn = {
         sources = "lbn.c",
         libraries = "crypto",
      }
   }
}

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to