all repos — minline @ 6ddf2b3d449978f233775d872b8146ed97637f0b

A minimalist but highly-customizable line editing library.

Add nimble definition
Guoliang Cao 23558+gcao@users.noreply.github.com
Thu, 27 Jan 2022 10:17:31 -0500
commit

6ddf2b3d449978f233775d872b8146ed97637f0b

parent

a36a5e7477793c0367adfc2d0d31a6caefcd7b26

1 files changed, 14 insertions(+), 0 deletions(-)

jump to
A nimline.nimble

@@ -0,0 +1,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"