OCamlSDL - An interface between OCaml and SDL

*Overview

The goal of OCamlSDL is to provide access the multimedia hardware
in the ML programming language with the help of the SDL library.
The Simple DirectMedia Layer is a generic API that provides low
level access to audio, keyboard, mouse, and display framebuffer across
multiple platforms. 

This ML interface might be used to prototype multimedia applications. 

*Web Resources

OCamlSDL is hosted at SourceForge.net: 

		   http://ocamlsdl.sourceforge.net/

Visit the projects page for additional informations: 

	     http://www.sourceforge.net/projects/ocamlsdl

*Requirements

OCamlSDL needs the following software and libraries to run:

	 OCaml     |3.0.4| www.ocaml.org/
	 SDL       | 1.2 | www.libsdl.org/
	 SDL ttf   | 2.0 | www.libsdl.org/projects/SDL_ttf/
	 SDL mixer | 1.2 | www.libsdl.org/projects/SDL_mixer/
	 SDL image | 1.2 | www.libsdl.org/projects/SDL_image/

*Samples
In the subdirectory samples, you can find some examples:

	 example: open a graphic window, put some sprites. 
		(SDL, tff, image, timer).

	 test_cdrom: return status of cdrom 
		(SDL, cdrom)

	 ocamlplayer: providing to play some audiofiles (ogg, xm, s3m, wav)
	 	(SDL, mixer)
	 
*Feedback

Report any bugs or suggestions using the project page on
SourceForge.net.

--
Thank you for using OCamlSDL!