all repos — minline @ fef6c6ba9fa7b37580bb2f171aea49372aa6262b

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"