-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
34 lines (34 loc) · 855 Bytes
/
Copy pathMETA6.json
File metadata and controls
34 lines (34 loc) · 855 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
{
"auth" : "github:softmoth",
"authors" : [
"Tim Smith"
],
"build-depends" : [ ],
"depends" : [ "NativeCall" ],
"description" : "Terminal-independent character screen I/O library",
"license" : "Artistic-2.0",
"name" : "Term::Curses",
"perl" : "6",
"production" : 0,
"provides" : {
"Term::Curses" : "lib/Term/Curses.rakumod",
"Term::Curses::Raw" : "lib/Term/Curses/Raw.rakumod"
},
"raku" : "6",
"resources" : [ ],
"source-url" : "git://github.com/softmoth/raku-Term-Curses.git",
"support" : {
"bugtracker" : "https://github.com/softmoth/raku-Template-Mustache/issues"
},
"tags" : [
"curses",
"ncurses",
"terminal",
"tui"
],
"test-depends": [
"Test",
"Test::META"
],
"version" : "0.0.1"
}