How to Install and Uninstall libcamljava-ocaml-dev Package on Kali Linux

Last updated: July 06,2024

1. Install "libcamljava-ocaml-dev" package

Here is a brief guide to show you how to install libcamljava-ocaml-dev on Kali Linux

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

2. Uninstall "libcamljava-ocaml-dev" package

This is a short guide on how to uninstall libcamljava-ocaml-dev on Kali Linux:

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

3. Information about the libcamljava-ocaml-dev package on Kali Linux

Package: libcamljava-ocaml-dev
Source: camljava
Version: 0.3-5
Installed-Size: 170
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: default-jdk
Size: 39440
SHA256: cccd65a2574eb9dec282337770c57b8d4075e6016337b480209959b85cdbc349
SHA1: ac4f6d901c953c820929ed88a0f1183155c67cc7
MD5sum: 658eac84141d44902c0d056c5980b011
Description: 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:
Homepage: https://pauillac.inria.fr/~xleroy/software.html#camljava
Tag: devel::library, role::devel-lib
Section: ocaml
Priority: optional
Filename: pool/main/c/camljava/libcamljava-ocaml-dev_0.3-5_amd64.deb