package="lmathx" version="20080423-1" source = { url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua//5.1/lmathx.tar.gz", md5 = "174c156d947c8999af1d7fd2881d67a0", dir = "mathx" } description = { summary = "C99 extensions for the math library", detailed = [[ An extension of the Lua math library with the functions available in C99. ]], homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmathx", license = "Public domain" } dependencies = { "lua >= 5.1" } build = { type = "module", modules = { mathx = "lmathx.c" } }