Organization of Mesquite source

Version 0.992, September 2002 W. Maddison & D. Maddison

The basic mesquite system (class libraries and basic modules) is free. You may modify it and distribute it under the terms of the GNU Lesser Public License (see source code files). The Mesquite home page is http://mesquiteproject.org. The source code is available there at http://mesquiteproject.org/mesquite/download/source.html.

The core aspects of Mesquite are in the packages mesquite.lib (the basic class libraries), mesquite (the trunk module), and mesquite.minimal. Other key packages are mesquite.basic (utilities for file management and some windows), mesquite.lists (list windows), mesquite.charts (histograms and scattergrams), mesquite.charMatrices (managing character matrices; the character matrix editor), and mesquite.trees (managing trees; the tree window).

The source is accompanied by project files for Metrowerks Codewarrior 7.

The source is bundled into directories separately by package. Thus, instead of being organized

it is organized as follows:

The reason for this organization is that we develop these different packages separately and with their own project files associated.