Skip to content

An F# Wrapper Around the libdivsufsort Suffix Array lib

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

BayardRock/Flibdivsufsort

Repository files navigation

FLibDivSufSort

This project is a simple wrapper for the LibDivSufSort Suffix Array Library

  • Based on latest as of 2/17/2016
  • Compiled 64-bit only, but should be easy to adapt to the 32-bit from source
  • Currently Windows only, but I wouldn't mind help adding Linux support

In order to start the scaffolding process run

> build.cmd // on windows    
$ ./build.sh  // on unix

Read the Getting started tutorial to learn more.

Documentation: http://bayardrock.github.io/Flibdivsufsort/

Common Issues

  • BadImageFormatException - Build your project in 64-bit mode.
  • DllNotFoundException - Set libdivsufsort.dll in your project to copy on build.

Maintainer(s)

About

An F# Wrapper Around the libdivsufsort Suffix Array lib

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors