Skip to content

Commit 0ae8765

Browse files
committed
Upload to zef repository
1 parent add66d6 commit 0ae8765

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
v0.0.5 Sun 7 Aug 09:42:08 BST 2022
2+
* Upload to zef repository
13
v0.0.4 Sat 13 Feb 11:46:24 GMT 2021
24
* Rename and switch to GH actions
35
v0.0.3 Wed 16 Jan 11:13:23 GMT 2019
46
* Spring Clean and up to CPAN
57
v0.0.2 Fri Sep 4 18:02:02 2015 +0100
68
* done - done-testing
79
* Add META.info
10+

META6.json

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
11
{
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-
],
162
"build-depends": [
173
],
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",
1911
"depends": [
2012
],
21-
"tags": [
22-
"utils",
23-
"native",
24-
"array"
13+
"api": "1.0",
14+
"meta-version": "1",
15+
"name": "NativeHelpers::Array",
16+
"resources": [
2517
],
26-
"license": "Artistic-2.0",
2718
"test-depends": [
2819
],
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+
},
2926
"provides": {
3027
"NativeHelpers::Array": "lib/NativeHelpers/Array.pm"
3128
},
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

Comments
 (0)