From b59ba216a03869234e74317dd37d52326e733541 Mon Sep 17 00:00:00 2001 From: Miran Date: Tue, 28 Apr 2020 07:28:48 +0200 Subject: [PATCH] add 14 more packages to 'important_packages' (#14141) --- testament/important_packages.nim | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 8f6914cfea520..237e4b9e4ea3a 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"