Skip to content

Instantly share code, notes, and snippets.

@edubart
Created April 8, 2019 13:13
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/85a329726a0668d988a4cca2fb04001a to your computer and use it in GitHub Desktop.
Save edubart/85a329726a0668d988a4cca2fb04001a to your computer and use it in GitHub Desktop.
package="lbc"
version="20180729-1"
source = {
url = "http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/ar/lbc-100.tar.gz",
md5 = "e5db9e3d0cc28099e0b3b6018939b43e",
dir = "lbc-100"
}
description = {
summary = "A simple arbitrary precision library",
detailed = [[
A simple arbitrary precision library for Lua,
based on code from GNU bc.
]],
homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbc",
license = "GNU General Public License version 2 or later"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
bc = {
sources = {
"lbc.c", "src/number.c"
},
incdirs = {
"./src"
},
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment