diff options
author | flywind <xzsflywind@gmail.com> | 2021-04-26 01:16:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 10:16:20 -0700 |
commit | 9e6f2d7d186f760d8eb7dc26c863f23bd044b9c9 (patch) | |
tree | ce9ad7562746cc13502b129568d9bb2438b0387d /testament | |
parent | 22e06ee95aeb32929a5b912096dfaa662165c162 (diff) | |
download | Nim-9e6f2d7d186f760d8eb7dc26c863f23bd044b9c9.tar.gz |
bring back jstin after forking a new one (#17844)
ref https://github.com/nim-lang/Nim/pull/17765#issuecomment-822019094
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index ecae42811..64000dbb2 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -77,6 +77,7 @@ pkg "illwill", "nimble examples" pkg "inim", allowFailure=true pkg "itertools", "nim doc src/itertools.nim" pkg "iterutils" +pkg "jstin" pkg "karax", "nim c -r tests/tester.nim" pkg "kdtree", "nimble test", "https://github.com/jblindsay/kdtree" pkg "loopfusion" |