mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 18:34:43 +00:00
add 14 more packages to 'important_packages' (#14141)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user