|
Project Information
Members
Featured
Downloads
Links
|
AbstractMiLi is a collection of useful C++ libraries, composed only by headers. No installation, no makefile, no complications: just KISS. Simple solutions for simple problems. LibrariesMiLi version 16 includes the following libraries (one header file length each):
NOTE: current package missed the install.sh script. Please get it from here or from the svn repository. DonationsMiLi is maintained at FuDePAN, an NGO/NPO for bioinformatics research. If you find MiLi useful, please consider to donate so we can keep up the research and maintenance. UsageJust #include "mili.h". You can disable then inclusion of individual libraries by adding a specific #define (refer to README), or just include specific headers (note). Additionally, you may enclose all the libraries within the mili namespace by #defining MILI_NAMESPACE before including "mili.h". Next ReleaseMiLi version 17.0 is coming soon, with a generic pow() function implemented with TMP for best performance (want to try it? Checkout the svn repository). ATTENTION GCC 4.5 USERS: Use the SVN version, since the current released one doesn't compile. See CHANGELOG for further details. More LibrariesComing soon: PendingLibraries Feel free to ask for more functionalities. Need it for commercial use? Contact the email address contained in the README. ContributingSee HowToContribute. This project belongs to FuDePAN. |
