summary refs log tree commit diff stats
path: root/META6.json
blob: bb8f0c13b457282446ed88219461a4750018e816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name" : "tucana",
    "auth" : "github:andinus",
    "version" : "0.1.0",
    "description" : "Tucana is a program to generate puzzles like Algot's Wordsearch",
    "authors" : [ "Andinus <andinus@nand.sh>" ],
    "license" : "ISC",
    "perl" : "6.d",
    "provides" : {
        "Tucana::CLI" : "lib/Tucana/CLI.rakumod"
    },
    "depends" : [
        "Octans::CLI:auth<github:andinus>"
    ],
    "build-depends" : [ ],
    "test-depends" : [ ],
    "resources" : [ ],
    "tags": [
      "Tucana", "WordPlay"
    ],
    "source-url" : "https://git.tilde.institute/andinus/tucana.git"
}