camljava 0.3-3build2 source package in Ubuntu

Changelog

camljava (0.3-3build2) groovy; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Wed, 26 Aug 2020 12:58:04 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Groovy
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
camljava_0.3.orig.tar.gz 15.7 KiB d0652df5d5f4ccbbedd31a32583976fbe281bc581654784cc2618fde02c711c4
camljava_0.3-3build2.debian.tar.xz 6.5 KiB bbb649b9061c3494b81456eb0d86d132ea802c24fb0d203e86a80ee6fef49193
camljava_0.3-3build2.dsc 1.9 KiB ba8dba957b787ef0c77dc21cf45e21604d8a78396c3fffd00e03ff8a4571026e

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.