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

Last updated: May 03,2024

1. Install "libctypes-ocaml-dev" package

Please follow the step by step instructions below to install libctypes-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libctypes-ocaml-dev" package

This is a short guide on how to uninstall libctypes-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libctypes-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 714
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-ctypes
Version: 0.2.3-1build1
Provides: libctypes-ocaml-dev-tphd9
Depends: libctypes-ocaml-tphd9, ocaml-nox-4.02.3
Filename: pool/universe/o/ocaml-ctypes/libctypes-ocaml-dev_0.2.3-1build1_amd64.deb
Size: 94788
MD5sum: e110c268ae49a4ee24dff0a756a1bfaf
SHA1: 91b3bace23e3eeb539d9b66c3e2f0a96987d9f0d
SHA256: 1243d6509e5e2afedac0a407382ebce3f1f0f9c6767c004e976bef85374d4478
Description-en: library for binding to C libraries using pure OCaml (dev)
The ocaml-ctypes library makes it possible to call C functions
directly from OCaml without writing or generating C code. The core
of the library is a set of combinators for describing C types --
scalars, functions, structs, unions, arrays, and pointers to values
and functions. Type descriptions can then be used to bind native
functions and values.
.
This package contains all the development stuff you need to use
ocaml-ctypes.
Description-md5: 3984cfb82adfc1c586fdc2dec44c3275
Homepage: https://github.com/ocamllabs/ocaml-ctypes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu