camljava 0.3-5 source package in Ubuntu

Changelog

camljava (0.3-5) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Team upload

  [ Debian Janitor ]
  * Use secure URI in Homepage field
  * Set upstream metadata fields: Repository-Browse
  * Update standards version to 4.6.1

 -- Stéphane Glondu <email address hidden>  Sat, 02 Sep 2023 10:13:46 +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
Noble release universe ocaml
Mantic release universe ocaml

Downloads

File Size SHA-256 Checksum
camljava_0.3-5.dsc 1.7 KiB ee52db9c921e2fc2e6efd336f920484483db1f2abf230b1ea483e75fcb93d14f
camljava_0.3.orig.tar.gz 15.7 KiB d0652df5d5f4ccbbedd31a32583976fbe281bc581654784cc2618fde02c711c4
camljava_0.3-5.debian.tar.xz 6.9 KiB 2734f93ceceb08413663c81d5bb847f93422c292db674a71457e44c19725b7c3

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.