-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMETA6.json
35 lines (35 loc) · 809 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
{
"version": "0.0.12",
"depends": [
],
"meta-version": "1",
"api": "1.0",
"build-depends": [
],
"source-url": "git://github.com/jonathanstowe/LibraryCheck.git",
"name": "LibraryCheck",
"raku": "6.*",
"provides": {
"LibraryCheck": "lib/LibraryCheck.rakumod"
},
"license": "Artistic-2.0",
"resources": [
],
"authors": [
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
],
"tags": [
"build",
"utils"
],
"support": {
"bugtracker": "https://github.com/jonathanstowe/LibraryCheck/issues",
"source": "git://github.com/jonathanstowe/LibraryCheck.git"
},
"auth": "zef:jonathanstowe",
"author": "Jonathan Stowe <jns+git@gellyfish.co.uk>",
"description": "Quick hack to determine whether a shared libray is present",
"test-depends": [
"Test"
]
}