-
Notifications
You must be signed in to change notification settings - Fork 41
/
modules.txt
109 lines (94 loc) · 9.41 KB
/
modules.txt
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# These modules are installed from top to bottom.
# Since commit '2fe3fcd' ZEF is used to install those modules and also their dependencies.
# To ensure ["reproducible builds"](https://reproducible-builds.org/), all modules and all their dependencies need to be listed
# here __AND__ all of them do require a "git tag"!
# Zef, the package manager
zef git https://github.com/ugexe/zef.git v0.22.4
App::Zef-Deps git https://github.com/coke/raku-zef-deps.git 0.9.8
# Internationalization
L10N git https://github.com/Raku/L10N.git 0.0.2
# Documentation utilities
File-Find git https://github.com/raku-community-modules/File-Find.git 0.2.1
# terminal related modules
Terminal-ANSIColor git https://github.com/tadzik/Terminal-ANSIColor.git 0.9.1
Term-termios git https://github.com/krunen/term-termios.git 0.2.8
Terminal-ANSIParser git https://github.com/japhb/Terminal-ANSIParser.git 0.0.4
Terminal-LineEditor git https://github.com/japhb/Terminal-LineEditor.git 0.0.17
# Configuration management
Hash-Merge git https://github.com/scriptkitties/p6-Hash-Merge.git v2.0.0
Glob-IO git https://github.com/zostay/raku-IO-Glob.git v0.9.0
Config git https://github.com/scriptkitties/p6-Config.git v3.0.4
Crane git https://github.com/atweiden/crane.git 0.1.1
Config-TOML git https://github.com/atweiden/config-toml.git 0.1.2
Config-Parser-toml git https://github.com/scriptkitties/p6-Config-Parser-toml.git v1.0.3
MIME-Base64 git https://github.com/raku-community-modules/MIME-Base64.git 1.2.3
YAMLish git https://github.com/Leont/yamlish.git 0.1.0
Config-Parser-yaml git https://github.com/scriptkitties/p6-Config-Parser-yaml.git v1.0.0
JSON-Fast git https://github.com/timo/json_fast.git 0.19
Config-Parser-json git https://github.com/arjancwidlak/p6-Config-Parser-json.git master
# Database interaction
File-Directory-Tree git https://github.com/labster/p6-file-directory-tree.git master
File-Temp git https://github.com/2colours/raku-File-Temp.git 0.0.11
NativeHelpers-Blob git https://github.com/salortiz/NativeHelpers-Blob.git v0.1.12
NativeLibs git https://github.com/salortiz/NativeLibs.git v0.0.9
DBIish git https://github.com/raku-community-modules/DBIish.git 0.6.6
# serialization modules
XML git https://github.com/raku-community-modules/XML.git 0.3.3
LibXML git https://github.com/libxml-raku/LibXML-raku 0.10.11
# templates
Template6 git https://github.com/raku-community-modules/Template6.git 0.14.0
Template-Mustache git https://github.com/softmoth/raku-Template-Mustache.git 1.2.3
Template-Mojo git https://github.com/raku-community-modules/Template-Mojo.git 0.2.2
# Taken from the previous iteration of Rakudo Star
URI git https://github.com/raku-community-modules/uri.git 0.3.7
JSON-OptIn git https://github.com/jonathanstowe/JSON-OptIn.git v0.0.2
JSON-Name git https://github.com/jonathanstowe/JSON-Name.git v0.0.7
JSON-Unmarshal git https://github.com/raku-community-modules/JSON-Unmarshal.git 0.15
JSON-Marshal git https://github.com/jonathanstowe/JSON-Marshal.git v0.0.25
JSON-Class git https://github.com/jonathanstowe/JSON-Class.git v0.0.21
META6 git https://github.com/jonathanstowe/META6.git v0.0.30
License-SPDX git https://github.com/jonathanstowe/License-SPDX.git v3.25.0
Test-META git https://github.com/jonathanstowe/Test-META.git v0.0.20
SVG git https://github.com/moritz/svg.git v1.0
SVG-Plot git https://github.com/moritz/svg-plot.git master
OO-Monitors git https://github.com/jnthn/oo-monitors.git 1.1.2
Test-Mock git https://github.com/jnthn/test-mock.git 1.7
Grammar-Profiler-Simple git https://github.com/raku-community-modules/Grammar-Profiler-Simple.git 0.05
Grammar-Debugger git https://github.com/jnthn/grammar-debugger.git master
JSON-Tiny git https://github.com/moritz/json.git v1.0
Perl6-PathTools git https://github.com/ugexe/Perl6-PathTools.git v0.2.0
OpenSSL git https://github.com/sergot/openssl.git 0.2.2
IO-Socket-SSL git https://github.com/sergot/io-socket-ssl.git 0.0.3
LWP-Simple git https://github.com/raku-community-modules/raku-lwp-simple.git 0.109
Digest-MD5 git https://github.com/cosimo/perl6-digest-md5.git 0.05
HTTP-Status git https://github.com/lizmat/HTTP-Status.git 0.0.4
PSGI git https://github.com/raku-community-modules/PSGI.git 1.2.1
HTTP-Easy git https://github.com/raku-community-modules/HTTP-Easy.git 1.2
Test-When git https://github.com/raku-community-modules/perl6-Test-When.git v1.001009
Digest git https://github.com/grondilu/libdigest-raku.git 1.1.0
Testo git https://github.com/raku-community-modules/Testo.git 1.003009
Temp-Path git https://github.com/ufobat/perl6-Temp-Path.git 1.001008
Pod-Load git https://github.com/JJ/p6-pod-load.git v0.7.2
Test-Output git https://github.com/raku-community-modules/perl6-Test-Output.git 1.001006
DateTime-Parse git https://github.com/sergot/datetime-parse.git 0.9.3
Encode git https://github.com/sergot/perl6-encode.git 0.0.4
HTTP-UserAgent git https://github.com/sergot/http-useragent.git v1.1.52
Pod-To-HTML git https://github.com/raku/Pod-To-HTML.git v0.8.1
Pod-To-BigPage git https://github.com/perl6/perl6-pod-to-bigpage.git 0.5.2
File-Which git https://github.com/azawawi/raku-file-which.git 1.0.4
Shell-Command git https://github.com/raku-community-modules/Shell-Command.git 1.1
LibraryMake git https://github.com/retupmoca/P6-LibraryMake.git v1.0.5
IO-String git https://github.com/hoelzro/p6-io-string.git master
DateTime-Format git https://github.com/supernovus/perl6-datetime-format.git 0.1.5
IO-Capture-Simple git https://github.com/JJ/raku-io-capture-simple.git v0.0.2
Test-Util-ServerPort git https://github.com/jonathanstowe/Test-Util-ServerPort.git v0.0.5
JSON-RPC git https://github.com/bbkr/jsonrpc.git 1.0.6
Getopt-Long git https://github.com/Leont/getopt-long6.git 0.4.2
TAP git https://github.com/Raku/tap-harness6.git 0.3.14
Path-Finder git https://github.com/Leont/path-finder.git 0.4.7
Pod-Usage git https://github.com/Leont/pod-usage.git v0.0.1
sigpipe git https://github.com/Leont/sigpipe.git 0.0.3
App-Prove6 git https://github.com/Leont/app-prove6.git 0.0.17
LibraryCheck git https://github.com/jonathanstowe/LibraryCheck.git v0.0.12
Readline git https://github.com/clarkema/raku-readline.git 0.1.8
# vim: textwidth=0