(18 lines)
1 package = "hill_noise"2 version = "scm-1"3 source = {4 url = "git+https://spilt@bitbucket.org/spilt/hill_noise.git"5 }6 description = {7 homepage = "https://spilt@bitbucket.org/spilt/hill_noise.git",8 license = "MIT"9 }10 dependencies = {11 "lua >= 5.1, < 5.4"12 }13 build = {14 type = "builtin",15 modules = {16 hill_noise = "hill_noise.lua"17 }18 }