Paketname | libcamljava-ocaml-dev |
Beschreibung | interface between OCaml and Java via Caml/C interface and JNI |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.3-1build1 |
Sektion | universe/ocaml |
Priorität | optional |
Installierte Größe | 376 Byte |
Hängt ab von | ocaml-nox-3.11.2, default-jdk |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | camljava |
Paketgröße | 51204 Byte |
Prüfsumme MD5 | 4185637ab822a2c929100927559762c6 |
Prüfsumme SHA1 | 139e575904b0195a5b9abcd6f4a67d6751446008 |
Prüfsumme SHA256 | 1e44c4dbcb81c84ebfbc52e6078fa44043aee1a7aad9b8b96ea1ed556a1e2200 |
Link zum Herunterladen | libcamljava-ocaml-dev_0.3-1build1_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.
|