summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2020-04-28 07:28:48 +0200
committerGitHub <noreply@github.com>2020-04-28 07:28:48 +0200
commite1dab59d469bc74b719cdaf90f89c08268e3d979 (patch)
treea9e0c8d31d7617298878dce9b29289db0fcfc646
parent065a6af2dea252818bd58af066378ee54be2c3f8 (diff)
downloadNim-e1dab59d469bc74b719cdaf90f89c08268e3d979.tar.gz
add 14 more packages to 'important_packages' (#14141)
-rw-r--r--testament/important_packages.nim16
1 files changed, 14 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 8f6914cfe..237e4b9e4 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -30,6 +30,7 @@ pkg "dashing", false, "nim c tests/functional.nim"
 pkg "docopt"
 pkg "easygl", true, "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl"
 pkg "elvis"
+pkg "fidget", true, "nim c -r tests/runNative.nim"
 pkg "fragments", false, "nim c -r fragments/dsl.nim"
 pkg "gara"
 pkg "ggplotnim", true, "nimble testCI"
@@ -43,11 +44,13 @@ pkg "iterutils"
 pkg "jstin"
 pkg "karax", false, "nim c -r tests/tester.nim"
 pkg "loopfusion"
+pkg "macroutils"
 pkg "msgpack4nim"
 pkg "nake", false, "nim c nakefile.nim"
 pkg "neo", true, "nim c -d:blas=openblas tests/all.nim"
+pkg "nesm"
 # pkg "nico", true
-pkg "nicy", false, "nim c src/nicy.nim"
+pkg "nicy", false, "nim c -r src/nicy.nim"
 
 when defined(osx):
   # xxx: do this more generally by installing non-nim dependencies automatically
@@ -62,24 +65,29 @@ pkg "nimes", true, "nim c src/nimes.nim"
 pkg "nimfp", true, "nim c -o:nfp -r src/fp.nim"
 pkg "nimgame2", true, "nim c nimgame2/nimgame.nim"
 pkg "nimgen", true, "nim c -o:nimgenn -r src/nimgen/runcfg.nim"
-# pkg "nimlsp", true
+pkg "nimlsp", true
 pkg "nimly", true
 # pkg "nimongo", true, "nimble test_ci"
+# pkg "nimph", true, "nimble test", "https://github.com/disruptek/nimph"
 pkg "nimpy", false, "nim c -r tests/nimfrompy.nim"
 pkg "nimquery"
 pkg "nimsl", true
 pkg "nimsvg"
 # pkg "nimterop", true
 pkg "nimx", true, "nim c --threads:on test/main.nim"
+pkg "nitter", true, "nim c src/nitter.nim", "https://github.com/zedeus/nitter"
 pkg "norm", true, "nim c -r tests/tsqlite.nim"
 pkg "npeg"
+pkg "optionsutils"
 pkg "ormin", true, "nim c -o:orminn ormin.nim"
 pkg "parsetoml"
 pkg "patty"
 pkg "plotly", true, "nim c --oldgensym:on examples/all.nim"
 pkg "pnm"
 pkg "polypbren"
+pkg "prologue", true, "nim c -r tests/test_compile/test_compile.nim"
 pkg "protobuf", true, "nim c -o:protobuff -r src/protobuf.nim"
+pkg "pylib"
 pkg "rbtree"
 pkg "react", false, "nimble example"
 pkg "regex", true, "nim c src/regex"
@@ -92,12 +100,16 @@ pkg "stint", false, "nim c -o:stintt -r stint.nim"
 pkg "strunicode", true, "nim c -r src/strunicode.nim"
 pkg "telebot", true, "nim c -o:tbot -r src/telebot.nim"
 pkg "tempdir"
+pkg "templates"
 pkg "tensordsl", false, "nim c -r tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git"
+pkg "termstyle"
+pkg "timeit"
 pkg "timezones"
 pkg "tiny_sqlite"
 pkg "unicodedb"
 pkg "unicodeplus", true
 pkg "unpack"
+pkg "websocket", false, "nim c websocket.nim"
 # pkg "winim", true
 pkg "with"
 pkg "ws"