@@ -42,77 +42,90 @@ proc getRepoUrls(): seq[string] =
42
42
# # the urls should be cleaned up, e.g. remove `.git` at the ends
43
43
# # the `githttpserver` will handle routing `.git` urls during the test runs
44
44
let repos = dedent"""
45
- https://github.com/timotheecour/asynctools
45
+ https://github.com/Araq/packedjson
46
+ https://github.com/arnetheduck/nim-results
47
+ https://github.com/c-blake/cligen
48
+ https://github.com/cheatfate/asynctools
49
+ https://github.com/cheatfate/nimcrypto
50
+ https://github.com/CORDEA/oauth
51
+ https://github.com/disruptek/balls
46
52
https://github.com/disruptek/bump
47
- https://github.com/nim-lang/checksums
48
53
https://github.com/disruptek/cligen
49
54
https://github.com/disruptek/criterion
50
55
https://github.com/disruptek/cutelog
51
- https://github.com/euantorano/dotenv.nim
52
- https://github.com/treeform/flatty
53
56
https://github.com/disruptek/frosty
54
- https://github.com/nim-lang/fusion
55
57
https://github.com/disruptek/grok
56
- https://github.com/zedeus/httpbeast
58
+ https://github.com/disruptek/insideout
59
+ https://github.com/disruptek/muffins
60
+ https://github.com/disruptek/semaphores
61
+ https://github.com/disruptek/testes
62
+ https://github.com/disruptek/testutils
63
+ https://github.com/disruptek/trees
64
+ https://github.com/disruptek/ups
65
+ https://github.com/dom96/httpbeast
57
66
https://github.com/dom96/jester
58
- https://github.com/treeform/jsony
67
+ https://github.com/dom96/sass
68
+ https://github.com/euantorano/dotenv.nim
69
+ https://github.com/FedericoCeratto/nim-syslog
70
+ https://github.com/fowlmouth/nake
71
+ https://github.com/GULPF/nimquery
72
+ https://github.com/guzba/supersnappy
73
+ https://github.com/guzba/zippy
74
+ https://github.com/haltcase/glob
75
+ https://github.com/iffy/asynctools
76
+ https://github.com/jangko/msgpack4nim
77
+ https://github.com/juancarlospaco/nim-bytes2human
59
78
https://github.com/karaxnim/karax
79
+ https://github.com/moigagoo/norm
80
+ https://github.com/narimiran/sorta
81
+ https://github.com/nim-lang/checksums
82
+ https://github.com/nim-lang/fusion
83
+ https://github.com/nim-lang/redis
84
+ https://github.com/nim-works/arc
85
+ https://github.com/nim-works/cps
86
+ https://github.com/nim-works/loony
87
+ https://github.com/NimParsers/parsetoml
88
+ https://github.com/nimpylib/pylib
89
+ https://github.com/nitely/nim-graphemes
90
+ https://github.com/nitely/nim-regex
91
+ https://github.com/nitely/nim-segmentation
92
+ https://github.com/nitely/nim-unicodedb
93
+ https://github.com/nitely/nim-unicodeplus
94
+ https://github.com/onionhammer/sha1
95
+ https://github.com/OpenSystemsLab/q.nim
96
+ https://github.com/OpenSystemsLab/tempfile.nim
60
97
https://github.com/PhilippMDoerner/lowdb
61
- https://github.com/jangko/msgpack4nim
62
- https://github.com/disruptek/muffins
63
- https://github.com/fowlmouth/nake
64
- https://github.com/xzfc/ndb.nim
98
+ https://github.com/pietroppeter/nimib
99
+ https://github.com/pietroppeter/nimibook
100
+ https://github.com/planetis-m/sync
101
+ https://github.com/soasme/nim-markdown
102
+ https://github.com/soasme/nim-mustache
65
103
https://github.com/status-im/nim-bearssl
66
- https://github.com/juancarlospaco/nim-bytes2human
67
104
https://github.com/status-im/nim-chronicles
68
105
https://github.com/status-im/nim-chronos
69
106
https://github.com/status-im/nim-confutils
70
107
https://github.com/status-im/nim-faststreams
71
- https://github.com/nitely/nim-graphemes
72
108
https://github.com/status-im/nim-http-utils
73
109
https://github.com/status-im/nim-json-serialization
74
- https://github.com/soasme/nim-markdown
75
- https://github.com/soasme/nim-mustache
76
110
https://github.com/status-im/nim-ranges
77
- https://github.com/nitely/nim-regex
78
- https://github.com/arnetheduck/nim-results
79
- https://github.com/nitely/nim-segmentation
80
111
https://github.com/status-im/nim-serialization
81
112
https://github.com/status-im/nim-snappy
82
113
https://github.com/status-im/nim-stew
83
- https://github.com/FedericoCeratto/nim-syslog
84
114
https://github.com/status-im/nim-testutils
85
115
https://github.com/status-im/nim-toml-serialization
86
- https://github.com/nitely/nim-unicodedb
87
- https://github.com/nitely/nim-unicodeplus
88
116
https://github.com/status-im/nim-unittest2
89
- https://github.com/nim-lang/nimble
90
- https://github.com/cheatfate/nimcrypto
91
- https://github.com/pietroppeter/nimib
92
- https://github.com/pietroppeter/nimibook
93
- https://github.com/GULPF/nimquery
117
+ https://github.com/timotheecour/asynctools
118
+ https://github.com/treeform/flatty
119
+ https://github.com/treeform/jsony
120
+ https://github.com/treeform/ws
121
+ https://github.com/xmonader/nim-terminaltables
122
+ https://github.com/xzfc/ndb.nim
123
+ https://github.com/zedeus/httpbeast
124
+ https://github.com/zedeus/jester
94
125
https://github.com/zedeus/nitter
95
- https://github.com/moigagoo/norm
96
- https://github.com/zevv/npeg
97
- https://github.com/CORDEA/oauth
98
- https://github.com/nim-lang/packages
99
- https://github.com/Araq/packedjson
100
- https://github.com/NimParsers/parsetoml
101
- https://github.com/nimpylib/pylib
102
- https://github.com/OpenSystemsLab/q.nim
103
126
https://github.com/zedeus/redis
104
127
https://github.com/zedeus/redpool
105
- https://github.com/dom96/sass
106
- https://github.com/nim-lang/sat
107
- https://github.com/onionhammer/sha1
108
- https://github.com/narimiran/sorta
109
- https://github.com/guzba/supersnappy
110
- https://github.com/OpenSystemsLab/tempfile.nim
111
- https://github.com/disruptek/testes
112
- https://github.com/disruptek/testutils
113
- https://github.com/disruptek/ups
114
- https://github.com/treeform/ws
115
- https://github.com/guzba/zippy
128
+ https://github.com/zevv/npeg
116
129
"""
117
130
repos.strip(chars= {'\n ' }).splitLines()
118
131
0 commit comments