Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-24 | Move all compilation steps into the build phase. | wiz | 3 | -6/+6 | |
Man pages for optimized binaries are installed unconditionally, so move them to the default PLIST. | |||||
2000-08-22 | add bin/ocamlopt | wiz | 1 | -5/+6 | |
2000-08-22 | sort | wiz | 1 | -198/+198 | |
2000-07-04 | add .opt man pages to PLIST.opt. | wiz | 1 | -1/+3 | |
2000-06-12 | Changed ${MAKE} in pre-install to ${GMAKE} too... | wulf | 1 | -4/+4 | |
2000-06-12 | Package needs 'gmake' as it otherwise will not build. | wulf | 1 | -1/+16 | |
Added support for native-code compiler for i386 architecture. | |||||
2000-06-12 | Added support for native-code compiler for i386 architecture. | wulf | 1 | -0/+109 | |
2000-05-05 | Objective Caml is the latest implementation of the Caml dialect of ML. The main | groo | 5 | -0/+285 | |
novelties compared with its ancestor, Caml Light, are: * Full support for objects and classes -- here combined for the first time with ML-style type reconstruction. * A powerful module calculus in the style of Standard ML (but retaining separate compilation). * A high-performance native code compiler (in addition to a Caml Light-style bytecode compiler). TO BE DONE: install emacs mode, get native compiler working on ARCHs that support it. |