| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-27 | [API] remove large file containing duplicate interfaces | Enrico Tassi | |
| ... in favor of having Public/Internal sub modules in each and every module grouping functions according to their intended client. | |||
| 2017-07-25 | [api] Remove type equalities from API. | Emilio Jesus Gallego Arias | |
| This ensures that the API is self-contained and is, well, an API. Before this patch, the contents of `API.mli` bore little relation with what was used by the plugins [example: `Metasyntax` in tacentries.ml]. Many missing types had to be added. A sanity check of the `API.mli` file can be done with: `ocamlfind ocamlc -rectypes -package camlp5 -I lib API/API.mli` | |||
| 2017-06-07 | Put all plugins behind an "API". | Matej Kosik | |
