blob: 91ee0965043fd293f28251662f325afb484e8d3a (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dependencies - Packrat Docs</title>
<link href="default.css" rel="stylesheet">
</head>
<body>
<h2>Dependencies</h2>
<a href="index.html">Return to Contents</a>
<p>
Aside from Ada standard libraries, Packrat relies on the following other packages:<br>
<br>
<a href="http://jedbarber.id.au/cgit/cgit.cgi/directed-graph/">directed-graph</a><br>
<a href="http://jedbarber.id.au/cgit/cgit.cgi/basic-unit-test/">basic-unit-test</a> (Only if using unit tests.)
</p>
</body>
</html>
|