< Home - < Back

ocaml-extlib


Information about the package, ocaml-extlib, which is shipped with common Linux distributions. The ocaml-extlib package is designed for, OCaml ExtLib additions to the standard library.


Package Name:

ocaml-extlib

Summary:

OCaml ExtLib additions to the standard library

Description:

ExtLib is a project aiming at providing a complete - yet small - standard library for the OCaml programming language. The purpose of this library is to add new functions to OCaml Standard Library modules, to modify some functions in order to get better performances or more safety (tail-recursive) but also to provide new modules which should be useful for the average OCaml programmer.

Architecture:

x86_64

Version:

1.5.1

Release:

8.2.el6

Size:

67 k

Repository:

base

From Repository:

Licence:

LGPLv2+ with exceptions



Handy Yum Commands for ocaml-extlib


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


Command

Description of Command

yum install ocaml-extlib

This command will install ocaml-extlib on the server.

yum remove ocaml-extlib

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

yum -y remove ocaml-extlib

This command will un-install ocaml-extlib 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-extlib when using the -y flag.

yum update ocaml-extlib

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

yum -y update ocaml-extlib

This command will update ocaml-extlib 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-extlib when using the -y flag.

yum info ocaml-extlib

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

yum deplist ocaml-extlib

This command will show you the dependencies for ocaml-extlib. 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-extlib

This command will check if there is an update waiting on ocaml-extlib. 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.