Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 730 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 730 Bytes

Third-party libraries

This folder is excluded from the licensing of the rest of the code. The corresponding licenses of the third-party libraries applies.

  • mxx C++11 MPI wrapper and standard algorithms (License: Apache v2.0).
  • libdivsufsort a lightweight suffix array construction library. Used as a reference implementation for our implementation (License: MIT).
  • tclap for command line parsing (License: MIT).
  • cxx-prettyprint for pretty printing of C++ datastructures (License: Boost Software License - Version 1.0).