How to Install and Uninstall libcamljava-ocaml-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libcamljava-ocaml-dev" package

Learn how to install libcamljava-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcamljava-ocaml-dev

2. Uninstall "libcamljava-ocaml-dev" package

This guide covers the steps necessary to uninstall libcamljava-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcamljava-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcamljava-ocaml-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcamljava-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 296
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: camljava
Version: 0.3-1build6
Provides: libcamljava-ocaml-dev-jgdf4
Depends: ocaml-nox-4.02.3, default-jdk
Filename: pool/universe/c/camljava/libcamljava-ocaml-dev_0.3-1build6_amd64.deb
Size: 45494
MD5sum: 0e88f2f3f9cc7c910534637fe12a8514
SHA1: 3653f6365f60b2d268810c4692ac8c38e7e60c71
SHA256: 54059e8def8d0f3e1a993a2c1fdd560af173a5ec9d6b0708b756053d028ca363
Description-en: 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.
Description-md5: d1e73ebc3ce6a847f5b796ea845b02a6
Homepage: http://pauillac.inria.fr/~xleroy/software.html#camljava
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu