< Home - < Back

ocaml-easy-format


Information about the package, ocaml-easy-format, which is shipped with common Linux distributions. The ocaml-easy-format package is designed for, High-level and functional interface to the Format module.


Package Name:

ocaml-easy-format

Summary:

High-level and functional interface to the Format module

Description:

This module offers a high-level and functional interface to the Format module of the OCaml standard library. It is a pretty-printing facility, i.e. it takes as input some code represented as a tree and formats this code into the most visually satisfying result, breaking and indenting lines of code where appropriate. Input data must be first modeled and converted into a tree using 3 kinds of nodes: atoms lists labeled nodes Atoms represent any text that is guaranteed to be printed as-is. Lists can model any sequence of items such as arrays of data or lists of definitions that are labeled with something like "int main", "let x =" or "x:".

Architecture:

x86_64

Version:

1.0.2

Release:

14.el6

Size:

37 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for ocaml-easy-format


Control the ocaml-easy-format package with the following handy commands outlined below.


Command

Description of Command

yum install ocaml-easy-format

This command will install ocaml-easy-format on the server.

yum remove ocaml-easy-format

This command will un-install ocaml-easy-format on the server. When you run this command, you will be asked if you are sure that you want to remove ocaml-easy-format, so you have to manually confirm that you want to do this.

yum -y remove ocaml-easy-format

This command will un-install ocaml-easy-format on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ocaml-easy-format when using the -y flag.

yum update ocaml-easy-format

This command will update ocaml-easy-format to the latest version. When you run this command, you will be asked if you are sure that you want to remove ocaml-easy-format, so you have to manually confirm that you want to do this.

yum -y update ocaml-easy-format

This command will update ocaml-easy-format to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ocaml-easy-format when using the -y flag.

yum info ocaml-easy-format

This command will show you core information about the ocaml-easy-format package.

yum deplist ocaml-easy-format

This command will show you the dependencies for ocaml-easy-format. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ocaml-easy-format

This command will check if there is an update waiting on ocaml-easy-format. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.