< Home - < Back

ocaml-cppo


Information about the package, ocaml-cppo, which is shipped with common Linux distributions. The ocaml-cppo package is designed for, Equivalent of the C preprocessor for OCaml programs.


Package Name:

ocaml-cppo

Summary:

Equivalent of the C preprocessor for OCaml programs

Description:

Cppo is an equivalent of the C preprocessor targeted at the OCaml language and its variants. The main purpose of cppo is to provide a lightweight tool for simple macro substitution (#define) and file inclusion (#include) for the occasional case when this is useful in OCaml. Processing specific sections of files by calling external programs is also possible via #ext directives. The implementation of cppo relies on the standard library of OCaml and on the standard parsing tools Ocamllex and Ocamlyacc, which contribute to the robustness of cppo across OCaml versions.

Architecture:

x86_64

Version:

1.1.2

Release:

2.el6

Size:

192 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for ocaml-cppo


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


Command

Description of Command

yum install ocaml-cppo

This command will install ocaml-cppo on the server.

yum remove ocaml-cppo

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

yum -y remove ocaml-cppo

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

yum update ocaml-cppo

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

yum -y update ocaml-cppo

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

yum info ocaml-cppo

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

yum deplist ocaml-cppo

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

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