diff options
author | narimiran <narimiran@disroot.org> | 2020-03-04 07:15:34 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-03-04 07:15:34 +0100 |
commit | 3ca8f0bde69d060c0b2298113aa02268c35c1550 (patch) | |
tree | f6e58a89ec460d32ecaaa14daa54e75735498bab /testament | |
parent | 8705ee7015382ac2957733dfef5e02a0831e7fb4 (diff) | |
download | Nim-3ca8f0bde69d060c0b2298113aa02268c35c1550.tar.gz |
[ci skip] important_packages: change the order in commented out packages too
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index c90debfd6..9dbb4a4f9 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -11,7 +11,7 @@ pkg "ast_pattern_matching", false, "nim c -r --oldgensym:on tests/test1.nim" pkg "asyncmysql", true pkg "bigints" pkg "binaryheap", false, "nim c -r binaryheap.nim" -# pkg "blscurve", "", true # pending https://github.com/status-im/nim-blscurve/issues/39 +# pkg "blscurve", true # pending https://github.com/status-im/nim-blscurve/issues/39 pkg "bncurve", true pkg "c2nim", false, "nim c testsuite/tester.nim" pkg "cascade" @@ -44,7 +44,7 @@ pkg "loopfusion" pkg "msgpack4nim" pkg "nake", false, "nim c nakefile.nim" pkg "neo", true, "nim c -d:blas=openblas tests/all.nim" -# pkg "nico", "", true +# pkg "nico", true pkg "nicy", false, "nim c src/nicy.nim" pkg "nigui", false, "nim c -o:niguii -r src/nigui.nim" pkg "nimcrypto", false, "nim c -r tests/testall.nim" @@ -53,14 +53,14 @@ 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", "nimble test_ci", true +# pkg "nimongo", true, "nimble test_ci" pkg "nimpy", false, "nim c -r tests/nimfrompy.nim" pkg "nimquery" pkg "nimsl", true pkg "nimsvg" -# pkg "nimterop", "", true +# pkg "nimterop", true pkg "nimx", true, "nim c --threads:on test/main.nim" pkg "norm", true, "nim c -r tests/tsqlite.nim" pkg "npeg" @@ -88,7 +88,7 @@ pkg "tiny_sqlite" pkg "unicodedb" pkg "unicodeplus", true pkg "unpack" -# pkg "winim", "", true +# pkg "winim", true pkg "with" pkg "ws" pkg "yaml" |