Directory open-wonka/wonka

This directory contains a Jamfile, but no source files. (In fact it currently contains main.c, but it shouldn't: that file should be under wonka/src). It has the following subdirectories:

doc
Contains a number of LaTeX documents purporting to explain things about Wonka.
hal
Contains target specific code for various CPUs (ARM, X86) and host OS's (ecos, linux, netbsd, winnt, no OS (OSwald on "bare metal")).. Currently only the code for linux is maintained, so the other host OS's are most likely broken.
include
Contains C header (.h) files.
java
Contains the java source for the core libraries java.* and com.acunia.wonka.*. Currently contains java code for javax.comm and javax.crypto also, although these should really be moved to modules.
resource
Contains files which should be copied into the Wonka directory structure as part of the build process.
src
Contains the C files of Wonka.
tests
Contains test programs and data.