Felspar Support Site
Projects
Statuses




fost-base
These are the core base libraries used by Fost.
Applications
- ftest — Runs tests found in dynamically loaded code.
Libraries
- fost-cli — Command line argument parsing and wrappers for main which handle common command line options.
- fost-core — The core functionality required by all Fost programs. This includes:
- fost-crypto — Handles cryptographic functions by wrapping OpenSSL functionality.
- fost-test — A test library used by ftest.
Examples
The examples are not build by default. To build them pass the option examples to the compile script.
- Hello — A bare bones simple command line program.
- FizzBuzz — A slightly more complex command line program.
- fprettyjson — A JSON parser and pretty printer.
- host — Looks up IP numbers from host names.
- Primes — Thread handling.


