Paketname | libcamljava-ocaml-dev |
Beschreibung | interface between OCaml and Java via Caml/C interface and JNI |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.3-1+b1 |
Sektion | ocaml |
Priorität | optional |
Installierte Größe | 376 Byte |
Hängt ab von | ocaml-nox-3.11.2, default-jdk |
Empfohlene Pakete | |
Paketbetreuer | Debian OCaml Maintainers |
Quelle | camljava (0.3-1) |
Paketgröße | 52410 Byte |
Prüfsumme MD5 | 518955a7e17f529aab76db39c115b9a7 |
Prüfsumme SHA1 | b987797054ebaf535b1131be7f0809ac35601acd |
Prüfsumme SHA256 | fa71eab85e8faf7c4bf3679ecc55c315852713eb77c6f7463c5665961384c4dc |
Link zum Herunterladen | libcamljava-ocaml-dev_0.3-1+b1_i386.deb |
Ausführliche Beschreibung | CamlJava is an interface between OCaml and Java allowing programs written in
one of the two languages to call code written in the other.
.
Interaction among the two languages happen via the respective C interfaces:
Caml/C interface for OCaml and JNI (Java Native Interface) for 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 OCaml
objects) is also provided, although some stub Java code must be written by
hand.
.
This package contain all the development stuff needed to use CamlJava from
OCaml programs.
|