-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA6.json
More file actions
34 lines (34 loc) · 827 Bytes
/
META6.json
File metadata and controls
34 lines (34 loc) · 827 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
34
{
"name": "App::Crag",
"description": "calculator using raku grammars",
"version": "0.0.57",
"authors": [
"librasteve"
],
"auth": "zef:librasteve",
"depends": [
"Physics::Measure",
"Physics::Constants",
"Physics::Vector",
"Slang::Roman",
"Slang::NumberBase",
"CodeUnit:ver<0.0.6+>:auth<zef:lizmat>",
"Prompt:ver<0.0.10+>:auth<zef:lizmat>",
"LLM::DWIM",
"Math::NumberTheory",
"Color",
"Color::Names::CSS3:ver<1.001003>"
],
"build-depends": [],
"provides": {
"App::Crag": "lib/App/Crag.rakumod"
},
"license": "Artistic-2.0",
"tags": [
"App",
"CLI",
"Physics"
],
"api": "1",
"source-url": "git://github.com/librasteve/raku-App-Crag.git"
}