Monthly Archives: March 2008

A Proper GUI for OCaml (Part One)

Some time ago, I wrote a GUI for a large OCaml project in C++ using WxWidgets, linked to OCaml in a single executable. It was hard and slow to write and crashed all over the place. So I’ve redone it … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

CamlPDF 0.3 Released

I’ve just uploaded a new version of our library for reading and writing PDF files from within Ocaml – CamlPDF. New features: CCITTFaxDecode support Fully re-entrant Parsing of Type 3 fonts Bit-by-bit operations (e.g some decoders) much faster and of … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment