important_packages.nim 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. template pkg1(name: string; hasDeps = false; cmd = "nimble test"; url = "", useHead = true): untyped =
  2. packages1.add((name, cmd, hasDeps, url, useHead))
  3. template pkg2(name: string; hasDeps = false; cmd = "nimble test"; url = "", useHead = true): untyped =
  4. packages2.add((name, cmd, hasDeps, url, useHead))
  5. var packages1*: seq[tuple[name, cmd: string; hasDeps: bool; url: string, useHead: bool]] = @[]
  6. var packages2*: seq[tuple[name, cmd: string; hasDeps: bool; url: string, useHead: bool]] = @[]
  7. # packages A-M
  8. # pkg1 "alea", true
  9. pkg1 "argparse"
  10. pkg1 "arraymancer", true, "nim c tests/tests_cpu.nim"
  11. #pkg1 "ast_pattern_matching", false, "nim c -r --oldgensym:on tests/test1.nim"
  12. pkg1 "awk", true
  13. pkg1 "bigints", url = "https://github.com/Araq/nim-bigints"
  14. pkg1 "binaryheap", false, "nim c -r binaryheap.nim"
  15. pkg1 "BipBuffer"
  16. # pkg1 "blscurve", true # pending https://github.com/status-im/nim-blscurve/issues/39
  17. pkg1 "bncurve", true
  18. pkg1 "brainfuck", true, "nim c -d:release -r tests/compile.nim"
  19. pkg1 "bump", true, "nim c --gc:arc -r tests/tbump.nim", "https://github.com/disruptek/bump"
  20. pkg1 "c2nim", false, "nim c testsuite/tester.nim"
  21. pkg1 "cascade"
  22. pkg1 "cello", true
  23. pkg1 "chroma"
  24. pkg1 "chronicles", true, "nim c -o:chr -r chronicles.nim"
  25. when not defined(osx): # testdatagram.nim(560, 54): Check failed
  26. pkg1 "chronos", true, "nim c -r -d:release tests/testall"
  27. pkg1 "cligen", false, "nim c -o:cligenn -r cligen.nim"
  28. pkg1 "combparser", false, "nimble test --gc:orc"
  29. pkg1 "compactdict"
  30. pkg1 "comprehension", false, "nimble test", "https://github.com/alehander42/comprehension"
  31. pkg1 "dashing", false, "nim c tests/functional.nim"
  32. pkg1 "delaunay"
  33. pkg1 "docopt"
  34. pkg1 "easygl", true, "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl"
  35. pkg1 "elvis"
  36. pkg1 "fidget", true
  37. pkg1 "fragments", false, "nim c -r fragments/dsl.nim"
  38. pkg1 "gara"
  39. pkg1 "ggplotnim", true, "nim c -d:noCairo -r tests/tests.nim"
  40. # pkg1 "gittyup", true, "nimble test", "https://github.com/disruptek/gittyup"
  41. pkg1 "glob"
  42. pkg1 "gnuplot", false, "nim c gnuplot.nim"
  43. pkg1 "hts", false, "nim c -o:htss src/hts.nim"
  44. # pkg1 "httpauth", true
  45. pkg1 "illwill", false, "nimble examples"
  46. pkg1 "inim", true
  47. pkg1 "itertools", false, "nim doc src/itertools.nim"
  48. pkg1 "iterutils"
  49. pkg1 "jstin"
  50. pkg1 "karax", false, "nim c -r tests/tester.nim"
  51. pkg1 "kdtree", false, "nimble test", "https://github.com/jblindsay/kdtree"
  52. pkg1 "loopfusion"
  53. pkg1 "macroutils"
  54. pkg1 "markdown"
  55. pkg1 "memo"
  56. pkg1 "msgpack4nim", false, "nim c -r tests/test_spec.nim"
  57. # these two are special snowflakes
  58. pkg1 "nimcrypto", false, "nim c -r tests/testall.nim"
  59. pkg1 "stint", false, "nim c -o:stintt -r stint.nim"
  60. # packages N-Z
  61. pkg2 "nake", false, "nim c nakefile.nim"
  62. pkg2 "neo", true, "nim c -d:blas=openblas tests/all.nim"
  63. # pkg2 "nesm", false, "nimble tests" # notice plural 'tests'
  64. # pkg2 "nico", true
  65. pkg2 "nicy", false, "nim c -r src/nicy.nim"
  66. pkg2 "nigui", false, "nim c -o:niguii -r src/nigui.nim"
  67. pkg2 "NimData", true, "nim c -o:nimdataa src/nimdata.nim"
  68. pkg2 "nimes", true, "nim c src/nimes.nim"
  69. pkg2 "nimfp", true, "nim c -o:nfp -r src/fp.nim"
  70. pkg2 "nimgame2", true, "nim c nimgame2/nimgame.nim"
  71. pkg2 "nimgen", true, "nim c -o:nimgenn -r src/nimgen/runcfg.nim"
  72. pkg2 "nimlsp", true
  73. pkg2 "nimly", true, "nim c -r tests/test_readme_example.nim"
  74. # pkg2 "nimongo", true, "nimble test_ci"
  75. # pkg2 "nimph", true, "nimble test", "https://github.com/disruptek/nimph"
  76. pkg2 "nimpy", false, "nim c -r tests/nimfrompy.nim"
  77. pkg2 "nimquery"
  78. pkg2 "nimsl", true
  79. pkg2 "nimsvg"
  80. pkg2 "nimterop", true, "nimble minitest"
  81. pkg2 "nimwc", true, "nim c nimwc.nim"
  82. # pkg2 "nimx", true, "nim c --threads:on test/main.nim"
  83. # pkg2 "nitter", true, "nim c src/nitter.nim", "https://github.com/zedeus/nitter"
  84. pkg2 "norm", true, "nim c -r tests/tsqliterows.nim"
  85. pkg2 "npeg", false, "nimble testarc"
  86. pkg2 "numericalnim", true, "nim c -r tests/test_integrate.nim"
  87. pkg2 "optionsutils"
  88. pkg2 "ormin", true, "nim c -o:orminn ormin.nim"
  89. pkg2 "parsetoml"
  90. pkg2 "patty"
  91. pkg2 "plotly", true, "nim c examples/all.nim"
  92. pkg2 "pnm"
  93. pkg2 "polypbren"
  94. pkg2 "prologue", true, "nim c -d:release -r tests/test_compile/test_compile.nim"
  95. pkg2 "protobuf", true, "nim c -o:protobuff -r src/protobuf.nim"
  96. pkg2 "pylib"
  97. pkg2 "rbtree"
  98. pkg2 "react", false, "nimble example"
  99. pkg2 "regex", true, "nim c src/regex"
  100. pkg2 "result", false, "nim c -r result.nim"
  101. pkg2 "RollingHash", false, "nim c -r tests/test_cyclichash.nim"
  102. pkg2 "rosencrantz", false, "nim c -o:rsncntz -r rosencrantz.nim"
  103. pkg2 "sdl1", false, "nim c -r src/sdl.nim"
  104. pkg2 "sdl2_nim", false, "nim c -r sdl2/sdl.nim"
  105. pkg2 "sigv4", true, "nim c --gc:arc -r sigv4.nim", "https://github.com/disruptek/sigv4"
  106. pkg2 "snip", false, "nimble test", "https://github.com/genotrance/snip"
  107. pkg2 "strslice"
  108. pkg2 "strunicode", true, "nim c -r src/strunicode.nim"
  109. pkg2 "synthesis"
  110. pkg2 "telebot", true, "nim c -o:tbot -r src/telebot.nim"
  111. pkg2 "tempdir"
  112. pkg2 "templates"
  113. pkg2 "tensordsl", false, "nim c -r tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git"
  114. pkg2 "terminaltables", false, "nim c src/terminaltables.nim"
  115. pkg2 "termstyle", false, "nim c -r termstyle.nim"
  116. pkg2 "timeit"
  117. pkg2 "timezones"
  118. pkg2 "tiny_sqlite"
  119. pkg2 "unicodedb", false, "nim c -d:release -r tests/tests.nim"
  120. pkg2 "unicodeplus", true, "nim c -d:release -r tests/tests.nim"
  121. pkg2 "unpack"
  122. pkg2 "websocket", false, "nim c websocket.nim"
  123. # pkg2 "winim", true
  124. pkg2 "with"
  125. pkg2 "ws"
  126. pkg2 "yaml", false, "nim build"
  127. pkg2 "zero_functional", false, "nim c -r -d:nimWorkaround14447 test.nim"