File: index.html

package info (click to toggle)
seqtools 4.44.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 28,492 kB
  • sloc: cpp: 53,636; sh: 12,232; makefile: 386
file content (16 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<head>
  <title>SeqTools - Design Notes</title>
</head>


<body>
<div class="outer">
  <h1>Design Notes</h1>

  <a href="specs.html">Functional specification</a><br />
  <a href="architecture.html">Architecture</a><br />
  <a href="build.html">Build</a><br />
  <a href="../User_doc/todo.html">Outstanding issues / feature requests</a><br />

</div>
</body>