all repos — hastyscribe @ 38924732584eb4105c7d426fe96be6e3c8606b4e

A professional markdown compiler.

Testing nimble install.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 12:56:23 +0200
commit

38924732584eb4105c7d426fe96be6e3c8606b4e

parent

ede8ef6dc0bed1a0564b8a7740e7857619a64f57

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

jump to
M hastyscribe.nimblehastyscribe.nimble

@@ -19,7 +19,7 @@ license = "MIT"

bin = @["hastyscribe"] srcDir = "src" -requires "nim >= 0.19.0", "nifty" +requires "nim >= 0.19.0" before install: exec "nifty install"