--- This file is part of LuaDist project name = "gslshell" version = "0.3" desc = "GSL shell is an interactive Lua command line interface that gives easy access to the GNU Scientific Library (GSL) collection of mathematical methods for numerical computations." author = "Francesco Abbate" url = "https://savannah.nongnu.org/projects/gsl-shell/" maintainer = "Peter Drahoš" license = "GPL" source = "http://download.savannah.gnu.org/releases-noredirect/gsl-shell/gsl-shell-v0.3.tgz" source_md5 = "e078a1459c1c165d03af3fe9371f3720" -- note: includes llimits.h from lualnum since lualnum doesn't -- install it. depends = { "lualnum >=5.1", --~2DO - correct way to handle this? "gsl >=1.13" } groups = { "Lua" }