diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-07-26 15:37:01 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-07-26 15:37:01 +0800 |
commit | bb75a1a17b3c9c843a2bcfa2b51abc9bade1fc93 (patch) | |
tree | ea3460912ace34ba194ad644bb0ce9c52e957d8b /lang | |
parent | 550572b8239a2c3cff234572ab1cea80847afa49 (diff) | |
download | freebsd-ports-graphics-bb75a1a17b3c9c843a2bcfa2b51abc9bade1fc93.tar.gz freebsd-ports-graphics-bb75a1a17b3c9c843a2bcfa2b51abc9bade1fc93.tar.zst freebsd-ports-graphics-bb75a1a17b3c9c843a2bcfa2b51abc9bade1fc93.zip |
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. }
Diffstat (limited to 'lang')
-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 df076b1020e..acdabae43f8 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/ |