Benedikt Meurer JavaScript Engine Hacker and Programming Language Enthusiast.

Red-Black Trees for OCaml

I decided that it was about time to get used to OASIS, that new all-in-one build system generator for OCaml projects. So I started by getting it up and running using various local MacPorts. Once everything was up and running, I started to switch my implementation of Red-Black Trees for OCaml to use OASIS instead of my custom Makefile-based approach. That went amazingly well, and so here's my first release, version 0.1.0, of ocaml-rbtrees featuring an OASIS-generated build system.

Download: https://github.com/downloads/bmeurer/ocaml-rbtrees/ocaml-rbtrees-0.1.0.tar.gz

Git repository: https://github.com/bmeurer/ocaml-rbtrees

For those of you using MacPorts on Mac OS X, ocaml-rbtrees 0.1.0 is also available from my local MacPorts Portfile repository as caml-rbtrees.