summaryrefslogtreecommitdiff
path: root/spec/fixtures/a_repo/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/a_repo/manifest')
-rw-r--r--spec/fixtures/a_repo/manifest90
1 files changed, 90 insertions, 0 deletions
diff --git a/spec/fixtures/a_repo/manifest b/spec/fixtures/a_repo/manifest
new file mode 100644
index 0000000..a5f770a
--- /dev/null
+++ b/spec/fixtures/a_repo/manifest
@@ -0,0 +1,90 @@
+commands = {}
+modules = {}
+repository = {
+ a_build_dep = {
+ ["1.0-1"] = {
+ {
+ arch = "src"
+ },
+ {
+ arch = "rockspec"
+ }
+ }
+ },
+ a_rock = {
+ ["1.0-1"] = {
+ {
+ arch = "src"
+ },
+ {
+ arch = "rockspec"
+ }
+ },
+ ["2.0-1"] = {
+ {
+ arch = "src"
+ }
+ }
+ },
+ busted_project = {
+ ["0.1-1"] = {
+ {
+ arch = "src"
+ },
+ {
+ arch = "rockspec"
+ }
+ }
+ },
+ has_another_namespaced_dep = {
+ ["1.0-1"] = {
+ {
+ arch = "rockspec"
+ },
+ {
+ arch = "src"
+ }
+ }
+ },
+ has_build_dep = {
+ ["1.0-1"] = {
+ {
+ arch = "rockspec"
+ },
+ {
+ arch = "src"
+ },
+ {
+ arch = "all"
+ }
+ }
+ },
+ has_namespaced_dep = {
+ ["1.0-1"] = {
+ {
+ arch = "rockspec"
+ },
+ {
+ arch = "src"
+ }
+ }
+ },
+ non_lua_file = {
+ ["1.0-1"] = {
+ {
+ arch = "rockspec"
+ },
+ {
+ arch = "src"
+ }
+ },
+ ["1.0-2"] = {
+ {
+ arch = "rockspec"
+ },
+ {
+ arch = "src"
+ }
+ }
+ }
+}