Commit db5dfd6a07172960e86b7cccce37495486d041ee

  • avatar
  • darbelo
  • Thu Feb 18 00:20:33 CET 2010
Add plumage metadata for the digest-dynpmcs module.
  
1{
2 "meta-spec" : {
3 "version" : 1,
4 "uri" : "https://trac.parrot.org/parrot/wiki/ModuleEcosystem"
5 },
6 "general" : {
7 "name" : "digest-dynpmcs",
8 "abstract" : "Set of message-digest dynpmcs for the Parrot VM.",
9 "authority": "http://gitorious.org/digest-dynpmcs",
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" : "Parrot Foundation",
16 "generated_by" : "distutils",
17 "keywords" : ["digest", "dypmc", "md2", "md4", "md5", "ripemd160", "sha", "sha1", "sha256", "sha512"],
18 "description" : "libssl-powered md2, md4, md5, ripemd160, sha, sha1, sha256 and sha512 dynpmcs for Parrot."
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" : ["digest-dynpmcs"],
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://gitorious.org/digest-dynpmcs/digest-dynpmcs.git",
60 "browser_uri" : "http://gitorious.org/digest-dynpmcs",
61 "project_uri" : "http://gitorious.org/digest-dynpmcs"
62 }
63 }
64}