Path to this page:
./
lang/ocaml,
The latest implementation of the Caml dialect of ML
Branch: pkgsrc-2008Q4,
Version: 3.10.2,
Package name: ocaml-3.10.2,
Maintainer: adamObjective Caml is the latest implementation of the Caml dialect of ML. The main
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).
Required to build:[
devel/gmake]
Master sites:
SHA1: f604580bf2943891d8faf265eeb900bbe90abce0
RMD160: f631230b090dbd9bf9a9f71631cd0347c033cbb1
Filesize: 2231.309 KB
Version history: (Expand)
- (2009-01-06) Package added to pkgsrc.se, version ocaml-3.10.2 (created)
CVS history: (Expand)
2009-01-22 12:40:54 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #2649 - requested by he
ocaml: build fix for NetBSD/macppc
Revisons pulled up:
- lang/ocaml/Makefile 1.61
- lang/ocaml/distinfo 1.44
- lang/ocaml/patches/patch-bv 1.5
---
Module Name: pkgsrc
Committed By: he
Date: Thu Jan 22 01:00:34 UTC 2009
Modified Files:
pkgsrc/lang/ocaml: Makefile distinfo
Added Files:
pkgsrc/lang/ocaml/patches: patch-bv
Log message:
Add a patch so that this package builds for our powerpc ports
as well. In this case, we fall into the SYS_elf branch together
with Linux, but we need a few other specifics to access registers
in the sigcontext.
|