Florian Angeletti

Hydra

Hydra is a light template engine for ocaml or python. Using Hydra, python or ocaml macros can be inserted inside text file. These macros can be then evalued to generate normal text files. Originally, Hydra was developped to insert the result of python computations inside a latex file. However, this library should be usable in a larger context.
The source code and supplementary information are available on the github repository.
archive

Weaver

Weaver is an Ocaml framework for writing html5+css+javascript presentations. With the omnipresence of internet, html5 is an attractive medium for scientific communication. In particular, recent html5 features, like videos or canvas elements or webgl, are very interesting. Weaver implements the need plumbery to transform a declarative html presentation in an interactive presentation with a low amount of OCaml code.
The source code and supplementary information are available on the github repository.
archive