-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA6.json
61 lines (61 loc) · 2.66 KB
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"meta-version" : "1",
"perl" : "6.d",
"name" : "GPGME",
"api" : "1",
"version" : "0.1",
"auth" : "github:CurtTilmes",
"description" : "Raku Bindings for Gnu Privacy Guard (GPG) Made Easy",
"license" : "Artistic-2.0",
"test-depends" : [ "Test", "Test::When", "Temp::Path" ],
"depends" : {
"runtime": {
"requires": [
"BitEnum",
"NativeCall",
"NativeHelpers::Callback",
"NativeLibs:ver<0.0.7>:auth<github:salortiz>",
"gpgme:from<native>:ver<11>"
]
},
"test": {
"requires": [ "Test", "Test::When", "Temp::Path" ]
}
},
"authors" : [ "Curt Tilmes <curt@tilmes.org>" ],
"provides" : {
"GPGME" : "lib/GPGME.rakumod",
"GPGME::Check" : "lib/GPGME/Check.rakumod",
"GPGME::Constants" : "lib/GPGME/Constants.rakumod",
"GPGME::Context" : "lib/GPGME/Context.rakumod",
"GPGME::DataHandle" : "lib/GPGME/DataHandle.rakumod",
"GPGME::Data" : "lib/GPGME/Data.rakumod",
"GPGME::DecryptResult" : "lib/GPGME/DecryptResult.rakumod",
"GPGME::EncryptResult" : "lib/GPGME/EncryptResult.rakumod",
"GPGME::EngineInfo" : "lib/GPGME/EngineInfo.rakumod",
"GPGME::GenKeyResult" : "lib/GPGME/GenKeyResult.rakumod",
"GPGME::ImportResult" : "lib/GPGME/ImportResult.rakumod",
"GPGME::ImportStatus" : "lib/GPGME/ImportStatus.rakumod",
"GPGME::InvalidKey" : "lib/GPGME/InvalidKey.rakumod",
"GPGME::Key" : "lib/GPGME/Key.rakumod",
"GPGME::KeySig" : "lib/GPGME/KeySig.rakumod",
"GPGME::LinkedList" : "lib/GPGME/LinkedList.rakumod",
"GPGME::NewSignature" : "lib/GPGME/NewSignature.rakumod",
"GPGME::Recipient" : "lib/GPGME/Recipient.rakumod",
"GPGME::Signature" : "lib/GPGME/Signature.rakumod",
"GPGME::SigNotation" : "lib/GPGME/SigNotation.rakumod",
"GPGME::SignResult" : "lib/GPGME/SignResult.rakumod",
"GPGME::SubKey" : "lib/GPGME/SubKey.rakumod",
"GPGME::TOFU" : "lib/GPGME/TOFU.rakumod",
"GPGME::UserID" : "lib/GPGME/UserID.rakumod",
"GPGME::VerifyResult" : "lib/GPGME/VerifyResult.rakumod"
},
"tags" : [
"GPGME", "GPG", "CRYPT", "SIGNATURE"
],
"support" : {
"email" : "curt@tilmes.org",
"bugtracker" : "https://github.com/CurtTilmes/raku-gpgme/issues",
"source" : "https://github.com/CurtTilmes/raku-gpgme.git"
}
}