|
Download | Documentation | Papers | Bugs | People | About |
| Version | Release Date | Distributions | Documentation | Test Reports |
|---|---|---|---|---|
| 4.1.4 | 2004-06-12 | tgz, rpm, srpm | NEWS, README, INSTALL, manual | native, kam |
| 4.1.1 | 2002-08-25 | tgz, rpm, srpm | NEWS, README, INSTALL, manual | native, kam |
| 4.1.0 | 2002-04-06 | license problems | NEWS, README, INSTALL, manual | native, kam |
| 4.0.0 | 2001-09-20 | tgz, rpm, srpm | NEWS, README, INSTALL, manual | native, kam |
| 3.9.1 | 2001-07-06 | tgz, rpm, srpm | NEWS, README, INSTALL, manual | native, kam |
| 3.9.0 | 2001-06-12 | tgz, rpm, srpm | NEWS, README, INSTALL, manual | native, kam |
rpm -Uvh http://www.it.edu/research/mlkit/dist/mlkit-4.1.1-1.i386.rpmTo install from the sources, read the INSTALL file.
val _ = print "Greetings from the ML Kit\n"Now, from within the directory, execute the shell command
mlkit greetings.smlAs a result of the shell command, the ML Kit produces a stand-alone executable file run. To compile programs that are comprised by more than one file, the ML Kit provides the notion of a project; see the manual for details.
mlkit@it.edu