package = "matio"
version = "scm-1"

source = {
   url = "git://github.com/Lmy0217/matio-ffi.torch.git"
}

description = {
   summary = "A FFI interface to MATIO and simple bindings for torch",
   detailed = [[
   See http://matio.sourceforge.net for more details.
   ]],
   homepage = "https://github.com/Lmy0217/matio-ffi.torch",
   license = "BSD"
}

dependencies = {
   "lua >= 5.1"
}

build = {
   type = "builtin",
   modules = {
      ["matio.init"] = "init.lua",
      ["matio.ffi"] = "ffi.lua",
      ["matio.cdefs"] = "cdefs.lua",
      ["matio.defines"] = "defines.lua"
   }      
}