package = "sharedtensor"
version = "1.0-3"
source = {
   url = "git://github.com/Hello1024/shared-tensor",
   tag = "v1.2"
}
description = {
   summary = "A distributed, shared tensor with high performance approximate updates for machine learning.",
   detailed = [[
       A distributed, shared tensor with high performance approximate updates for machine learning
    ]],
   homepage = "http://github.com/Hello1024/shared-tensor",
   license = "None"
}
dependencies = {
   "lua >= 5.1", "torch >= 7.0"
}
build = {
   type = "builtin",
   modules = {
      sharedtensor = {
         libraries = {
            "m"
         },
         sources = {
            "src/sharedtensor.c"
         }
      }
   }
}
