1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>NEXUS CLASS LIBRARY: Home Page</title>
<style type="text/css">
<!--
@import url(ncl.css);
-->
</style>
</head>
<body>
<table border="1" width="100%">
<tr>
<td> <table border="0" width="100%">
<tr>
<td align="left" class="classy">NEXUS CLASS LIBRARY</td>
<td align="right" class="classy"><a href="index.html">home</a> | <a href="classes.html">classes</a>
| <a href="functions.html">functions</a></td>
</tr>
</table></td>
</tr>
</table>
<h1><a name="top">Nexus Class Library (version 2.1)</a></h1>
<h3>by Paul O. Lewis and Mark Holder</h3>
<p>The NEXUS Class Library is a C++ library for parsing NEXUS files. Paul Lewis
originally wrote the library and did a very nice job of documenting its interface.
That is the version 2.0 that is documented <a href="v2.0index.html">here</a>.
</p>
<p>Mark Holder has extended NCL and currently does most of the maintenance work.
Version 2.1 strives to be backward compatible with v2.0.
The features that are specific to version 2.1 are not very well documented, but we are
working on documentation <a href="v2.1/index.html">here</a>
</p>
</body>
</html>
|