-
Notifications
You must be signed in to change notification settings - Fork 3
/
META6.json
35 lines (35 loc) · 932 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
{
"auth": "github:shuppet",
"authors": [
"Kane 'kawaii' Valentine <[email protected]>"
],
"depends": [
"LibUUID",
"Red"
],
"description": "Raku implementation of a double-entry accounting system.",
"license": "BSD-3-Clause",
"name": "Mint",
"perl": "6",
"provides": {
"Mint": "lib/Mint.rakumod",
"Mint::Account": "lib/Mint.rakumod",
"Mint::Exception": "lib/Mint/Exception.rakumod",
"Mint::Transaction": "lib/Mint.rakumod",
"X::Mint::Account::AlreadyExists": "lib/Mint/Exception.rakumod",
"X::Mint::Account::InsufficientBalance": "lib/Mint/Exception.rakumod",
"X::Mint::Account::IsFrozen": "lib/Mint/Exception.rakumod"
},
"raku": "*",
"source-url": "https://github.com/shuppet/raku-mint.git",
"support": {
"source": "https://github.com/shuppet/raku-mint/issues"
},
"tags": [
"mint",
"finance",
"accounting",
"simulation"
],
"version": "0.1"
}