amnh / phylocaml

Phylogenetic Library for OCaml
http://www.amnh.org/our-research/computational-sciences/research/projects/systematic-biology
Other
14 stars 0 forks source link

Build System / Documentation System #13

Closed nrlucaroni closed 11 years ago

nrlucaroni commented 11 years ago

Generate documentation, and choose build system.

nrlucaroni commented 11 years ago

I think this is mostly resolved. I've chosen a basic ocamlbuild system (w/out oasis) to easily generate bitvector modules, compile and process compatibility options, and deal with external packages.

Added Makefile and tested installation and uninstall functions for bytecode and native modules.

Added initial test suite using OUnit. This is currently run from an installed version of phylocaml.

Documentation files are correctly added and documentation can be compiled.