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