Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37427321
en ru br
ALT Linux repos
S:1.6.8-alt1

Group :: Development/ML
RPM: ocaml-cppo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.6.8-alt1
Build date: 3 october 2021, 18:58 ( 132.8 weeks ago )
Size: 29.67 Kb

Home page:   http://mjambon.com/cppo.html

License: BSD
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.

Current maintainer: Anton Farygin

List of contributors

List of rpms provided by this srpm:

  • ocaml-cppo
  • ocaml-cppo
  • ocaml-cppo-debuginfo
  • ocaml-cppo_ocamlbuild-devel
  • ocaml-cppo_ocamlbuild-debuginfo
  • ocaml-cppo_ocamlbuild
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin