aboutsummaryrefslogtreecommitdiff
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/manifest23
1 files changed, 23 insertions, 0 deletions
diff --git a/spec/fixtures/a_repo/manifest b/spec/fixtures/a_repo/manifest
index 141dafb5..1a5f8d55 100644
--- a/spec/fixtures/a_repo/manifest
+++ b/spec/fixtures/a_repo/manifest
@@ -1,6 +1,16 @@
1commands = {} 1commands = {}
2modules = {} 2modules = {}
3repository = { 3repository = {
4 a_build_dep = {
5 ["1.0-1"] = {
6 {
7 arch = "src"
8 },
9 {
10 arch = "rockspec"
11 }
12 }
13 },
4 a_rock = { 14 a_rock = {
5 ["1.0-1"] = { 15 ["1.0-1"] = {
6 { 16 {
@@ -21,6 +31,19 @@ repository = {
21 } 31 }
22 } 32 }
23 }, 33 },
34 has_build_dep = {
35 ["1.0-1"] = {
36 {
37 arch = "rockspec"
38 },
39 {
40 arch = "src"
41 },
42 {
43 arch = "all"
44 }
45 }
46 },
24 has_namespaced_dep = { 47 has_namespaced_dep = {
25 ["1.0-1"] = { 48 ["1.0-1"] = {
26 { 49 {