Skip to content

Commit

Permalink
Add drchaos, ssostrings, cowstrings to important packages (#21824)
Browse files Browse the repository at this point in the history
* Add drchaos, ssostrings, cowstrings to important packages

* Update important_packages.nim

---------

Co-authored-by: ringabout <[email protected]>
  • Loading branch information
planetis-m and ringabout committed Jun 3, 2023
1 parent b86060b commit 3d18b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3d18b20

Please sign in to comment.