Date: Fri, 4 Aug 2006 15:02:57 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ocaml-camljava Makefile distinfo pkg-descr pkg-plist Message-ID: <200608041502.k74F2vYh098068@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
itetcu 2006-08-04 15:02:57 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/ocaml-camljava Makefile distinfo pkg-descr pkg-plist
Log:
This is a very preliminary release of CamlJava, an OCaml/Java
interface based on the following schema:
Caml/C interface JNI (Java Native Interface)
Caml <------------------> C <-----------------------------> Java
Currently, CamlJava provides a low-level, weakly-typed OCaml interface
very similar to the JNI. Java object references are mapped to an
abstract type, and various JNI-like operations are provided to allow
Java method invocation, field access, and more. A basic callback
facility (allowing Java code to invoke methods on Caml objects) is
also provided, although some stub Java code must be written by hand.
In the future, a higher-level, strongly-typed interface will be
provided, whereas Java classes are mapped directly to Caml classes.
This raises fairly delicate type mapping issues, though, so don't hold
your breath.
WWW: http://caml.inria.fr/
PR: ports/101147
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Revision Changes Path
1.2393 +1 -0 ports/devel/Makefile
1.1 +49 -0 ports/devel/ocaml-camljava/Makefile (new)
1.1 +3 -0 ports/devel/ocaml-camljava/distinfo (new)
1.1 +19 -0 ports/devel/ocaml-camljava/pkg-descr (new)
1.1 +8 -0 ports/devel/ocaml-camljava/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608041502.k74F2vYh098068>
