all repos — minline @ ce854624ceb47f98e655596dc9eec084b8c04775

A minimalist but highly-customizable line editing library.

minline.nimble

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
# Package

version       = "1.0.0"
author        = "Fabio Cevasco"
description   = "A minimal line editing library in pure Nim"
license       = "MIT"
srcDir        = "."
binDir        = "bin"
installExt    = @["nim"]


# Dependencies

requires "nim >= 1.6.14"