diff options
Diffstat (limited to 'doc/depends.html')
-rw-r--r-- | doc/depends.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/depends.html b/doc/depends.html new file mode 100644 index 0000000..91ee096 --- /dev/null +++ b/doc/depends.html @@ -0,0 +1,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> + |