-
Notifications
You must be signed in to change notification settings - Fork 1
/
META6.json
38 lines (38 loc) · 943 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
37
38
{
"name": "Text::CodeProcessing",
"description": "A package with functions for processing of code chunks in documents of different types (like Markdown, Org-mode, Pod6.)",
"version": "0.5.6",
"perl": "6.d",
"authors": [
"Anton Antonov"
],
"auth": "zef:antononcube",
"depends": [],
"build-depends": [],
"test-depends": [],
"provides": {
"Text::CodeProcessing": "lib/Text/CodeProcessing.rakumod",
"Text::CodeProcessing::REPLSandbox": "lib/Text/CodeProcessing/REPLSandbox.rakumod"
},
"resources": [
"BookIntroduction.md",
"BookIntroduction.org",
"BookIntroduction.pod6"
],
"license": "Artistic-2.0",
"tags": [
"CLI",
"code processing",
"evaluation",
"extraction",
"literate programming",
"markdown",
"org-mode",
"parser",
"pod6",
"tangling",
"weaving"
],
"api": "1",
"source-url": "https://github.com/antononcube/Raku-Text-CodeProcessing"
}