This version implements a massive API refactoring, which generalizes and amplifies the design experimented in version 0.2.0. Each R datatype is represented as an abstract type of a dedicated module. The t type of the module is a bare SEXP (or at rather a custom block wrapping a bare SEXP). S3 inheritance is represented by module (type) inclusion.
jbuilder-to-dune transition
First formal release
2010-02-09 Maxence Guesdon Maxence.Guesdon@inria.fr
* update website, clean configure and build process
* generate documentation2010-02-08 Guillaume Yziquel guillaume.yziquel@citycable.ch
* release 0.2
* major rewrite of OCaml-R2009-09-15 Maxence Guesdon Maxence.Guesdon@inria.fr
* release 0.12009-09-14 Maxence Guesdon Maxence.Guesdon@inria.fr
* add: ChangeLog
* mod: use ocaml{c,opt} instead of ocamlmklib
* new: projet ocaml-r hosted on gna.org