lcs-scs

Utilities for comparing sequences including Longest Common Subsequence and Shortest Common Supersequence

Stars
0

lcs-scs

What it is

lcs-scs is a cross-platform library for comparing Vectors of data with any type of contents.

Current version: 2.2.1

Status: active development. Release notes.

License

GPL 3.0

Using, building, testing

lcs-scs is compiled for both the JVM and ScalaJS using 2.12.

To build from source and test for a given version, use normal sbt commands (compile, test ...).

You can also test or run tasks against all versions, using + before the task name. E.g., sbt "+ test" runs the test task against all versions.