blob: add5f2909d09d7541709e544b572cb07d20b19c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(1
(simple-single .
[(1 4)
nil "A single-file package with no dependencies" single])
(simple-depend .
[(1 0)
((simple-single (1 3))) "A single-file package with a dependency." single])
(new-pkg .
[(1 0)
nil "A package only seen after "updating" archive-contents" single])
(multi-file .
[(0 2 3)
nil "Example of a multi-file tar package" tar]))
|