-
Notifications
You must be signed in to change notification settings - Fork 2
/
META6.json
32 lines (32 loc) · 1008 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
{
"meta-version" : "1",
"perl" : "6.d",
"name" : "Math::Primesieve",
"api" : "2",
"version" : "0.8",
"auth" : "github:CurtTilmes",
"description" : "Raku bindings for primesieve",
"license" : "BSD-2-Clause",
"test-depends" : [ "Test", "Test::When" ],
"depends" : {
"runtime": {
"requires": [
"NativeCall",
"NativeLibs:ver<0.0.8+>:auth<github:salortiz>"
]
},
"test": {
"requires": [ "Test", "Test::When" ]
}
},
"authors" : [ "Curt Tilmes <curt@tilmes.org>" ],
"provides" : {
"Math::Primesieve" : "lib/Math/Primesieve.rakumod"
},
"tags" : [ "Math", "Primes" ],
"support" : {
"email" : "curt@tilmes.org",
"bugtracker" : "https://github.com/CurtTilmes/raku-primesieve/issues",
"source" : "https://github.com/CurtTilmes/raku-primesieve.git"
}
}