Mac OS X >= 10.7 support
[runtime.git] / README
1 SILC Runtime Toolkit
2 ====================
3
4 SILC Runtime Toolkit (SRT) provides useful utility functions for application
5 programmers.  The SRT can be used as the sole and main runtime in any
6 application.  It provides application main loop, hash table, lists, atomic
7 operations, threads, locks, queues, file descriptor stream, socket stream,
8 network routines, a finite state machine, memory pool, random number
9 generator, buffers, regular expressions, and many many other features.
10
11 The SRT natively supports multiple platforms; Unix/Linux, Windows, Mac OS 
12 X and Symbian OS, and all APIs work identically or nearly identically on 
13 all support platforms.  The SRT and all of its APIs are entirely reentrant 
14 and some APIs are completely thread safe.
15
16 The SRT is free software and is dual-licensed with GNU GPL and BSD
17 licenses.
18
19 History
20 =======
21
22 The SRT used to be part of the SILC Toolkit; a software development kit for
23 Secure Internet Life Conferencing application programmers.  The SRT was
24 split off from the SILC Toolkit into its own package due to its generic and
25 useful nature.  Many APIs still present in SRT have been in use in the SILC
26 Toolkit since the year 2000.