all repos — minline @ master

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       = "0.1.1"
author        = "Fabio Cevasco"
description   = "A line editing library in pure Nim"
license       = "MIT"
srcDir        = "."
binDir        = "bin"
installExt    = @["nim"]


# Dependencies

requires "nim >= 1.0.0"