diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-08-29 21:00:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 15:00:13 +0200 |
commit | a7a0105d8c538ce9d0ac26ba73409107d55d3c8c (patch) | |
tree | c3a403ed5b011b433837340402206ef660d69106 /testament | |
parent | b6cea7b599b81db675b95d2f84a8e3cda071cb0d (diff) | |
download | Nim-a7a0105d8c538ce9d0ac26ba73409107d55d3c8c.tar.gz |
deprecate `std/threadpool`; use `malebolgia`, `weave`, `nim-taskpool` instead (#22576)
* deprecate `std/threadpool`; use `malebolgia` instead * Apply suggestions from code review * Apply suggestions from code review * change the URL of inim
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index f831311be..ff02c1783 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -80,7 +80,7 @@ pkg "gnuplot", "nim c gnuplot.nim" pkg "hts", "nim c -o:htss src/hts.nim" pkg "httpauth" pkg "illwill", "nimble examples" -pkg "inim" +pkg "inim", url = "https://github.com/nim-lang/INim" pkg "itertools", "nim doc src/itertools.nim" pkg "iterutils" pkg "jstin" |