lcs-scs
is a cross-platform library for comparing Vectors of data with any type of contents.
Status: active development. Release notes.
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.