From ce6ad6bfc38e4cea67498c091be9882fba4785fb Mon Sep 17 00:00:00 2001 From: Attractive Chaos Date: Thu, 13 Jan 2011 13:20:28 -0500 Subject: [PATCH] Update README --- README | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README b/README index e69de29..52f465f 100644 --- a/README +++ b/README @@ -0,0 +1,32 @@ +INTRODUCTION +============ + +Klib is a standalone and lightweight C library. Currently all components are +independent of external libraries, except the standard C library, and +independent of each other. To use a component of this library, you only need to +copy one or two files to your souce code tree without worrying about library +dependencies. + + +OVERVIEW +======== + +khash.h Generic hash table +kbtree.h Generic B-tree +ksort.h Generic sort +kseq.h Generic stream buffer plus a FASTA/Q parser +kvec.h Generic vector +klist.h Generic single-linked list plus a memory pool +kstring.{h,c} String library +knetfile.{h,c} Random access to remote files + +kfunc.c Special mathematical functions +kmin.{h,c} Derivative-free non-linear programming +khmm.{h,c} Basic HMM library +knhx.{h,c} Newick format parser + + +LICENSE +======= + +Most of the source codes are released under the MIT/X11 or the BSD license. -- 2.47.3