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

Last updated: May 18,2024

1. Install "js-of-ocaml" package

This guide let you learn how to install js-of-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install js-of-ocaml

2. Uninstall "js-of-ocaml" package

Here is a brief guide to show you how to uninstall js-of-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove js-of-ocaml $ sudo apt autoclean && sudo apt autoremove

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

Package: js-of-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 13130
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 2.5-2
Depends: libjs-of-ocaml-dev, libc6 (>= 2.14)
Recommends: ocaml-findlib
Filename: pool/universe/j/js-of-ocaml/js-of-ocaml_2.5-2_amd64.deb
Size: 1696736
MD5sum: a8cd96aee1ed70f30a25cbd21f6d4d02
SHA1: b340af05ca43ef0b18e76802b31f72e3ccda8e6d
SHA256: 6d31516a0be581e79eb876dc9dd22383315cc62832536e4ea8c277f1942d22dc
Description-en: OCaml bytecode to JavaScript compiler (compiler)
Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
it possible to run OCaml programs in a web browser. Its key features
are the following:
* the whole language, and most of the standard library are
supported;
* the generated code can be used with any web server and browser;
* you can use a standard installation of OCaml to compile your
programs. In particular, you do not have to recompile a library to
use it with Js_of_ocaml. You just have to link your program with a
specific library to interface with the browser APIs.
.
This package contains the compiler itself.
Description-md5: ddf90060f879f27f21c8bfc040ae0c08
Homepage: http://ocsigen.org/js_of_ocaml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu