summaryrefslogtreecommitdiff
path: root/Data/DefaultContent/Libraries/lua-csv/rockspecs/csv-scm-1.rockspec
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-26 19:33:40 +0800
committerchai <chaifix@163.com>2021-10-26 19:33:40 +0800
commit051abd04e4527095ef15412939450fbe504daebe (patch)
tree30a966d104ee866bc135cce58b4a5fa561c8c4e7 /Data/DefaultContent/Libraries/lua-csv/rockspecs/csv-scm-1.rockspec
parentb1228baf73f6dc3336e24afbf36087e15730732a (diff)
+texture & imagedata
Diffstat (limited to 'Data/DefaultContent/Libraries/lua-csv/rockspecs/csv-scm-1.rockspec')
-rw-r--r--Data/DefaultContent/Libraries/lua-csv/rockspecs/csv-scm-1.rockspec23
1 files changed, 0 insertions, 23 deletions
diff --git a/Data/DefaultContent/Libraries/lua-csv/rockspecs/csv-scm-1.rockspec b/Data/DefaultContent/Libraries/lua-csv/rockspecs/csv-scm-1.rockspec
deleted file mode 100644
index 29629da..0000000
--- a/Data/DefaultContent/Libraries/lua-csv/rockspecs/csv-scm-1.rockspec
+++ /dev/null
@@ -1,23 +0,0 @@
-package = "csv"
-version = "scm-1"
-source =
-{
- url = "git://github.com/geoffleyland/lua-csv.git",
- branch = "master",
-}
-description =
-{
- summary = "CSV and other delimited file reading",
- homepage = "http://github.com/geoffleyland/lua-csv",
- license = "MIT/X11",
- maintainer = "Geoff Leyland <geoff.leyland@incremental.co.nz>"
-}
-dependencies = { "lua >= 5.1" }
-build =
-{
- type = "builtin",
- modules =
- {
- csv = "lua/csv.lua",
- },
-}