all repos — minline @ 7de17738f878825e1f1ec875ea618f6499b6c777

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.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"