all repos — hastyscribe @ 9fd6a8ea285657ce717a0db44dd985afd7882aa9

A professional markdown compiler.

Testing nimble support.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 15:55:05 +0200
commit

9fd6a8ea285657ce717a0db44dd985afd7882aa9

parent

5ad6b39110bcbd203a5cdfae1a56462f1f9b3456

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M hastyscribe.nimblehastyscribe.nimble

@@ -18,7 +18,7 @@ description = pkgDescription

license = "MIT" bin = @["hastyscribe"] srcDir = "src" -installExt = @["nim", "json"] +installExt = @["nim", "json", "a"] requires "nim >= 0.19.0"