diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-07-26 07:37:01 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-07-26 07:37:01 +0000 |
commit | 29241b27a72d4161d26f85170d02af7e12dec39f (patch) | |
tree | 8f76e119b026facc30f9860d64208ca7322fef3c /lang/ocaml | |
parent | Upgrade to 4.0a11. (diff) |
Doc-only change to add URL of home page and complete an unfinished
paragraph in description.
{ Being done without maintainer involvement as its a small change. }
Notes
Notes:
svn path=/head/; revision=12131
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/ocaml/pkg-descr b/lang/ocaml/pkg-descr index df076b1020ed..acdabae43f8a 100644 --- a/lang/ocaml/pkg-descr +++ b/lang/ocaml/pkg-descr @@ -17,3 +17,15 @@ the generated programs deliver excellent performance (better than Standard ML of New Jersey 1.08 on our tests), while retaining the moderate memory requirements of the bytecode compiler. The native-code compiler currently runs on the following platforms: + + Alpha processors: DecStation 3000 under OSF1 + Sparc processors: Sun Sparcstation under SunOS 4.1 or Solaris 2 + Intel 386 / 486 / Pentium processors: PCs under Linux, NextStep, FreeBSD, + Windows NT, Windows 95 + Mips processors: DecStation 3100 and 5000 under Ultrix 4 + HP PA-RISC processors: HP 9000/700 under NextStep (sorry, no HPUX yet) + PowerPC and IBM RS/6000 processors: IBM workstations under AIX 3.2 + +More information on Objective Caml is available on the World Wide Web: + + http://pauillac.inria.fr/ocaml/ |