-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
33 lines (33 loc) · 840 Bytes
/
META6.json
File metadata and controls
33 lines (33 loc) · 840 Bytes
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
{
"name": "DSL::Examples",
"description": "Raku data package with examples of DSL commands translations to programming code. (Suitable for LLM training.)",
"version": "0.0.5",
"raku": "v6.d",
"authors": [
"Anton Antonov"
],
"auth": "zef:antononcube",
"depends": [
"JSON::Fast:ver<0.19+>"
],
"build-depends": [],
"provides": {
"DSL::Examples": "lib/DSL/Examples.rakumod"
},
"resources": [
"dsl-examples.json",
"dsl-workflow-separators.json"
],
"license": "Artistic-2.0",
"tags": [
"database",
"domain specific language",
"dsl",
"examples",
"large language model",
"llm",
"repository"
],
"api": "0",
"source-url": "https://github.com/antononcube/Raku-DSL-Examples.git"
}