all repos — minline @ 73012b2d9fc7809a4f48a9733c929d0a969a9c8b

A minimalist but highly-customizable line editing library.

Merge pull request #14 from gcao/feature/add_to_nimble

Fabio Cevasco h3rald@h3rald.com
Thu, 27 Jan 2022 21:56:08 +0100
commit

73012b2d9fc7809a4f48a9733c929d0a969a9c8b

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"