camljava 0.3-1build5 source package in Ubuntu

Changelog

camljava (0.3-1build5) trusty; urgency=medium

  * Rebuild for ocaml-4.01.
 -- Matthias Klose <email address hidden>   Mon, 23 Dec 2013 16:15:50 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ocaml

Downloads

File Size SHA-256 Checksum
camljava_0.3.orig.tar.gz 15.7 KiB d0652df5d5f4ccbbedd31a32583976fbe281bc581654784cc2618fde02c711c4
camljava_0.3-1build5.diff.gz 5.7 KiB 2489c4203faa35957192c3486fe591cd80e4cbd08afcfeebf4d5c820bf7deae3
camljava_0.3-1build5.dsc 1.4 KiB bd121ddd9ba93c601e006c64f3fe7fe15e3f0309088a9865a229b96fd95a06ae

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.