summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAntonis Geralis <43617260+planetis-m@users.noreply.github.com>2023-06-03 13:36:57 +0300
committerGitHub <noreply@github.com>2023-06-03 12:36:57 +0200
commit3d18b204dd5d2b5f1c4c6e24259266944f5665e3 (patch)
tree018bd7b5c68fbd2b608eef5f6824affad8e8cc19 /testament
parentb86060b2baa3f291874b2ad43661418aa2cdcc51 (diff)
downloadNim-3d18b204dd5d2b5f1c4c6e24259266944f5665e3.tar.gz
Add drchaos, ssostrings, cowstrings to important packages (#21824)
* Add drchaos, ssostrings, cowstrings to important packages

* Update important_packages.nim

---------

Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index e2d1024b1..6111a7c31 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -58,11 +58,13 @@ pkg "cligen", "nim c --path:. -r cligen.nim"
 pkg "combparser", "nimble test --gc:orc"
 pkg "compactdict"
 pkg "comprehension", "nimble test", "https://github.com/alehander92/comprehension"
+pkg "cowstrings"
 pkg "criterion", allowFailure = true # needs testing binary
 pkg "datamancer"
 pkg "dashing", "nim c tests/functional.nim"
 pkg "delaunay"
 pkg "docopt"
+# when defined(linux): pkg "drchaos"
 pkg "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl"
 pkg "elvis"
 pkg "fidget"
@@ -146,6 +148,7 @@ pkg "sigv4", "nim c --gc:arc -r sigv4.nim", "https://github.com/disruptek/sigv4"
 pkg "sim"
 pkg "smtp", "nimble compileExample"
 pkg "snip", "nimble test", "https://github.com/genotrance/snip"
+pkg "ssostrings"
 pkg "stew"
 pkg "stint", "nim r stint.nim"
 pkg "strslice"