Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 616 Bytes

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.2

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.