Commit 24d8c9694e0028650acbc66f1ac719e0e7068215

  • avatar
  • Duke Leto <jonathan @le…o.net>
  • Thu Dec 17 10:16:03 CET 2009
  • Tree SHA1: de59636
  • Parent SHA1: 424be23 ([MAKEFILE] Make 'test' dpepend on 'all' so make doesn't start testing before everything gets built.)
  • raw diff | raw patch
[METADATA] Add metadata for Tapir
  
1{
2 "meta-spec" : {
3 "version" : 1,
4 "uri" : "https://trac.parrot.org/parrot/wiki/ModuleEcosystem"
5 },
6 "general" : {
7 "name" : "tapir",
8 "abstract" : "Fast TAP Harness written in PIR",
9 "authority": "http://github.com/leto",
10 "version" : "HEAD",
11 "license" : {
12 "type" : "Artistic License 2.0",
13 "uri" : "http://www.perlfoundation.org/artistic_license_2_0"
14 },
15 "copyright_holder" : "Jonathan \"Duke\" Leto",
16 "generated_by" : "distutils",
17 "keywords" : ["TAP", "harness", "testing"],
18 "description" : "Fast TAP Harness written in PIR"
19 },
20 "instructions" : {
21 "fetch" : {
22 "type" : "repository"
23 },
24 "update" : {
25 "type" : "parrot_setup"
26 },
27 "build" : {
28 "type" : "parrot_setup"
29 },
30 "test" : {
31 "type" : "parrot_setup"
32 },
33 "smoke" : {
34 "type" : "parrot_setup"
35 },
36 "install" : {
37 "type" : "parrot_setup"
38 },
39 "uninstall": {
40 "type" : "parrot_setup"
41 },
42 "clean" : {
43 "type" : "parrot_setup"
44 }
45 },
46 "dependency-info" : {
47 "provides" : ["tapir"],
48 "requires" : {
49 "fetch" : ["git"],
50 "build" : [],
51 "test" : ["perl5"],
52 "install" : [],
53 "runtime" : []
54 }
55 },
56 "resources" : {
57 "repository" : {
58 "type" : "git",
59 "checkout_uri": "git://github.com/leto/tapir.git",
60 "browser_uri" : "http://github.com/leto/tapir",
61 "project_uri" : "http://github.com/leto/tapir"
62 }
63 }
64}