This is a scala fork of java-diff-utils/java-diff-utils.
Diff Utils library is an OpenSource library for performing the comparison operations between texts: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.
Main reason to build this library was the lack of easy-to-use libraries with all the usual stuff you need while working with diff files. Originally it was inspired by JRCS library and it's nice design of diff module.
// use this snippet for the JVM
libraryDependencies += "de.lolhens" %% "scala-diff-utils" % "1.1.1"
// use this snippet for JS, or cross-building
libraryDependencies += "de.lolhens" %%% "scala-diff-utils" % "1.1.1"
This project uses the Apache 2.0 License. See the file called LICENSE.