camljava 0.4-1 source package in Ubuntu

Changelog

camljava (0.4-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Fix typo in call to dh (Closes: #1076614)
  * Bump Standards-Version to 4.7.0

 -- Stéphane Glondu <email address hidden>  Sat, 20 Jul 2024 09:41:58 +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
Oracular release universe ocaml

Downloads

File Size SHA-256 Checksum
camljava_0.4-1.dsc 1.7 KiB f8b74bf4f6aa148217376f2dc24a37f8bfd67530660754124f5116cbc073247d
camljava_0.4.orig.tar.gz 16.5 KiB b4124e94823208fc1dd50b19091be3955510f6e9f0fd44e06b0b024564604597
camljava_0.4-1.debian.tar.xz 3.3 KiB bc1e91c9c99344eccad6348079d84f36415fb9da3383fea16f097716a14ef1a6

Available diffs

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.