Skip to content

Commit

Permalink
add 14 more packages to 'important_packages' (nim-lang#14141)
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran authored and EchoPouet committed Jun 13, 2020
1 parent f0634aa commit b59ba21
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit b59ba21

Please sign in to comment.