Skip to content

Commit

Permalink
Adding info to downloads description
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcok committed Dec 18, 2024
1 parent 69c9722 commit 33aa35a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion downloads/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ <h2>Installing OpenJML (Command Line Tool)</h2>
<ul>
<li> openjml -- the javac-like tool that does (static) deductive verification,
compiles a Java program with runtime assertion checks, and other functions.
<li> openjml-java -- a build of Java (java-21-ga as of 2023) but with JML libraries included
<li> openjml-java -- a build of Java (java-21-ga as of 2023) but with JML libraries included, helful for running RAC-compiled Java programs
<li> jmlruntime.jar -- the JML runtime files needed when executing Java files with runtime checks compiled in
<li> OpenJMLUserGuide.pdf -- a copy of the reference manual for the OpenJML tool
<li> JML_Reference_Manual.pdf -- a copy of the JML (language) reference manual
<li> openjml-compile -- this script compiles a Java program that uses openjml capabilities programmatically
<li> openjml-run -- this script runs a program compiled by openjml-compile
</ul>

<p>Current versions of the pdf file are also available from <a href="../downloads">this web site</a>.</p>
Expand Down

0 comments on commit 33aa35a

Please sign in to comment.