all repos — minline @ 73012b2d9fc7809a4f48a9733c929d0a969a9c8b

A minimalist but highly-customizable line editing library.

nimline.nimble

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

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


# Dependencies

requires "nim >= 1.0.0"