This is an
OCaml binding for Chipmunk.
Chipmunk
is a rigid body physics library, designed for 2D video games.
OCaml
is a modern statically typed functional language with type inference,
many features for compile-time safety, with performance comparable to C.
Download: OCaml-Chipmunk-0.06-alpha.tgz (compatible with Chipmunk-6.0.3)
You can have a look to the moon-buggy demo which abundant comments explain the basics of Chipmunk.
The Rolling-Moon is an early beginning draft of an arcade game which uses these Chipmunk bindings.
The project is hosted on the ocaml-forge:
https://forge.ocamlcore.org/projects/ocaml-chipmunk/
You can get the last development version anonymously with this command:
svn checkout svn://svn.forge.ocamlcore.org/svn/ocaml-chipmunk/
or if you're only interested by the trunk:
svn checkout svn://svn.forge.ocamlcore.org/svn/ocaml-chipmunk/trunk