-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA6.json
47 lines (47 loc) · 1.03 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
{
"support": {
"source": "https://github.com/jonathanstowe/Crypt-SodiumPasswordHash.git",
"bugtracker": "https://github.com/jonathanstowe/Crypt-SodiumPasswordHash/issues",
"email": "[email protected]"
},
"api": "1.0",
"meta-version": "2",
"description": "Binding for libsodium password hashing",
"tags": [
"crypto",
"libsodium",
"password",
"hash"
],
"authors": [
"Jonathan Stowe <[email protected]"
],
"source-url": "https://github.com/jonathanstowe/Crypt-SodiumPasswordHash.git",
"name": "Crypt::SodiumPasswordHash",
"depends": {
"runtime": {
"requires": [
"NativeLibs:ver<0.0.5+>",
"NativeHelpers::Array"
]
},
"test": {
"requires": [
"LibraryCheck"
]
}
},
"resources": [
],
"license": "Artistic-2.0",
"raku": "6.*",
"auth": "zef:jonathanstowe",
"provides": {
"Crypt::SodiumPasswordHash": "lib/Crypt/SodiumPasswordHash.rakumod"
},
"test-depends": [
],
"version": "0.0.6",
"build-depends": [
]
}