~reesmichael1/nim-simplediff

3d8109c45512bbcd20b75409b313868cf162b3e1 — Michael Rees 5 years ago 9f7ee8f
Update project description

When this library was started, it was only meant for string differences.
However, the functions have since been genericized, so they work on any
types that can be compared!
1 files changed, 1 insertions(+), 1 deletions(-)

M simplediff.nimble
M simplediff.nimble => simplediff.nimble +1 -1
@@ 2,7 2,7 @@

version       = "0.1.0"
author        = "Michael Rees"
description   = "A library for straightforward calculation of string differences"
description   = "A library for straightforward diff calculation"
license       = "GPL-3.0"
srcDir        = "src"
installExt    = @["nim"]