camljava 0.3-2 source package in Ubuntu

Changelog

camljava (0.3-2) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Team upload
  * Update Vcs-*
  * Bump debhelper compat to 10
  * Switch source package format to 3.0 (quilt)

  [ Dimitri John Ledkov ]
  * Cherrypick upstream patch to use jlong instead of int64, fixes FTBFS
    with ocaml 4.04.

 -- Stéphane Glondu <email address hidden>  Tue, 18 Jul 2017 09:40:41 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
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-2.dsc 2.0 KiB 6f3f13dae97863b0882a176a5a9a5377adf9117ee6e71587e1cc536eec81b976
camljava_0.3.orig.tar.gz 15.7 KiB d0652df5d5f4ccbbedd31a32583976fbe281bc581654784cc2618fde02c711c4
camljava_0.3-2.debian.tar.xz 6.4 KiB f25d2b3c18d409cdde7b0b49fe8835209bcc52ad1bedeccb0f0ed031ee870d41

No changes file available.

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.