Skip to content

Instantly share code, notes, and snippets.

@edubart
Created April 8, 2019 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edubart/91c9a02bef7c36a233e6ca923b2de7d3 to your computer and use it in GitHub Desktop.
Save edubart/91c9a02bef7c36a233e6ca923b2de7d3 to your computer and use it in GitHub Desktop.
package = "lcomplex"
version="20180729-1"
source = {
url = "http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/ar/lcomplex-100.tar.gz",
dir = "lcomplex-100",
md5 = "ba3c9babf127cf1a313453bcabaf2a73"
}
description = {
summary = "Support for complex numbers in Lua",
detailed = [[
This code provides support for complex numbers in Lua using the functions
available in C99.
]],
homepage = "http://penlight.luaforge.net/packages/lcomplex.html",
license = "MIT/X11",
}
build = {
type = "builtin",
modules = {
complex = {
sources = {
"lcomplex.c",
},
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment