1
1
{
2
- "name" : " NativeHelpers::Array" ,
3
- "version" : " 0.0.4" ,
4
- "auth" : " github:jonathanstowe" ,
5
- "api" : " 1.0" ,
6
- "description" : " Helper subroutines for working with Raku Native Arrays (CArray)" ,
7
- "source-url" : " git://github.com/jonathanstowe/NativeHelpers-Array.git" ,
8
- "support" : {
9
- "source" : " git://github.com/jonathanstowe/NativeHelpers-Array.git" ,
10
- "bugtracker" : " https://github.com/jonathanstowe/NativeHelpers-Array/issues"
11
- },
12
- "perl" : " 6.*" ,
13
- "raku" : " 6.*" ,
14
- "resources" : [
15
- ],
16
2
"build-depends" : [
17
3
],
18
- "author" : " Jonathan Stowe <jns+git@gellyfish.co.uk>" ,
4
+ "auth" : " zef:jonathanstowe" ,
5
+ "raku" : " 6.*" ,
6
+ "authors" : [
7
+ " Jonathan Stowe <jns+git@gellyfish.co.uk>"
8
+ ],
9
+ "source-url" : " git://github.com/jonathanstowe/NativeHelpers-Array.git" ,
10
+ "license" : " Artistic-2.0" ,
19
11
"depends" : [
20
12
],
21
- "tags " : [
22
- " utils " ,
23
- " native " ,
24
- " array "
13
+ "api " : " 1.0 " ,
14
+ "meta-version" : " 1 " ,
15
+ "name" : " NativeHelpers::Array " ,
16
+ "resources" : [
25
17
],
26
- "license" : " Artistic-2.0" ,
27
18
"test-depends" : [
28
19
],
20
+ "description" : " Helper subroutines for working with Raku Native Arrays (CArray)" ,
21
+ "version" : " 0.0.5" ,
22
+ "support" : {
23
+ "bugtracker" : " https://github.com/jonathanstowe/NativeHelpers-Array/issues" ,
24
+ "source" : " git://github.com/jonathanstowe/NativeHelpers-Array.git"
25
+ },
29
26
"provides" : {
30
27
"NativeHelpers::Array" : " lib/NativeHelpers/Array.pm"
31
28
},
32
- "authors" : [
33
- " Jonathan Stowe <jns+git@gellyfish.co.uk>"
34
- ],
35
- "meta-version" : " 1"
36
- }
29
+ "author" : " Jonathan Stowe <jns+git@gellyfish.co.uk>" ,
30
+ "tags" : [
31
+ " utils" ,
32
+ " native" ,
33
+ " array"
34
+ ]
35
+ }
0 commit comments