camljava 0.3-1build4 source package in Ubuntu

Changelog

camljava (0.3-1build4) precise; urgency=low

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Sat, 19 Nov 2011 00:39:58 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe ocaml

Downloads

File Size SHA-256 Checksum
camljava_0.3.orig.tar.gz 15.7 KiB d0652df5d5f4ccbbedd31a32583976fbe281bc581654784cc2618fde02c711c4
camljava_0.3-1build4.diff.gz 5.7 KiB 372b35a7dddacdec0890e62ebeba2ed4cf67d667316a4ccdd25108549ecd7252
camljava_0.3-1build4.dsc 2.0 KiB 45834252366b344736c64c141ad6cde98ee0d5c539a4c32bcbd4e270b314b375

Available diffs

View changes file

Binary packages built by this source

libcamljava-ocaml-dev: interface between OCaml and Java via Caml/C interface and JNI

 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.