-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA6.json
More file actions
35 lines (35 loc) · 860 Bytes
/
META6.json
File metadata and controls
35 lines (35 loc) · 860 Bytes
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
{
"build-depends": [
],
"auth": "zef:jonathanstowe",
"raku": "6.*",
"authors": [
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
],
"source-url": "git://github.com/jonathanstowe/NativeHelpers-Array.git",
"license": "Artistic-2.0",
"depends": [
],
"api": "1.0",
"meta-version": "1",
"name": "NativeHelpers::Array",
"resources": [
],
"test-depends": [
],
"description": "Helper subroutines for working with Raku Native Arrays (CArray)",
"version": "0.0.6",
"support": {
"bugtracker": "https://github.com/jonathanstowe/NativeHelpers-Array/issues",
"source": "git://github.com/jonathanstowe/NativeHelpers-Array.git"
},
"provides": {
"NativeHelpers::Array": "lib/NativeHelpers/Array.rakumod"
},
"author": "Jonathan Stowe <jns+git@gellyfish.co.uk>",
"tags": [
"utils",
"native",
"array"
]
}