Ocaml Projects
Programs and libraries I've written for the Objective Caml
programming language.
- annexlib 0.13.2: Library with a lot of useful routines supplementing the standard and unix libraries. Formerly named Extlib.
- camlzip 1.01p1: Compressed files and archive formats
- dbc 1.0.0: Basic design-by-contract support
- dispimg 1.0.0: Image viewer
- ethread 1.1.1: Library with useful routines for multi-threaded programming
- lablgtkspell 1.0.0: Spellchecking for lablgtk2. Now included in lablgtk2.
- mathlib 0.11.1: Library with some useful mathematical/random number routines
- ocaml-mysql 1.0.4: Bindings for the MySQL database server
- ocaml-xml-rpc 0.2.3: XML-RPC library
- servinfo 1.0.1: Utility for looking up /etc/services entries
- sudoku 1.0.0: Sudoku solver
Most of these depend on the findlib package manager. Many other ocaml projects
can be found at the Caml Humps or The Ocaml Link
Database.
Shawn Wagner