forked from jpve/perl6-pod-to-markdown
-
Notifications
You must be signed in to change notification settings - Fork 11
/
META6.json
36 lines (36 loc) · 776 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
36
{
"auth": "github:softmoth",
"authors": [
"Tim Siegel",
"Jorn van Engelen"
],
"build-depends": [
],
"depends": [
"Pod::To::HTML:auth<github:Raku>"
],
"description": "Render Raku Pod as Markdown",
"license": "Artistic-2.0",
"name": "Pod::To::Markdown",
"perl": "6.d",
"production": 1,
"provides": {
"Pod::To::Markdown": "lib/Pod/To/Markdown.rakumod"
},
"raku": "6.d",
"resources": [
],
"source-url": "https://github.com/softmoth/raku-Pod-To-Markdown.git",
"support": {
"bugtracker": "https://github.com/softmoth/raku-Pod-To-Markdown/issues",
"source": "https://github.com/softmoth/raku-Pod-To-Markdown.git"
},
"tags": [
"markdown",
"pod",
"text"
],
"test-depends": [
],
"version": "0.2.1"
}