package camlp5
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Preprocessor-pretty-printer of OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
8.05.00.tar.gz
sha512=8c1e6709438187532631b4806aa567be496085ac255ac7d2e5308afe63ec160a48065712af308bca140c254e82d7dbabed94ad992448f1a861349b63541cb0f2
Description
Camlp5 is a preprocessor and pretty-printer for OCaml programs. It also provides parsing and printing tools.
As a preprocessor, it allows to:
extend the syntax of OCaml, redefine the whole syntax of the language. As a pretty printer, it allows to:
display OCaml programs in an elegant way, convert from one syntax to another, check the results of syntax extensions. Camlp5 also provides some parsing and pretty printing tools:
extensible grammars extensible printers stream parsers and lexers pretty print module It works as a shell command and can also be used in the OCaml toplevel.
Published: 08 May 2026
Dependencies (11)
Dev Dependencies (3)
-
mdx
>= "2.3.0" & with-test -
ounit2
with-test -
conf-diffutils
with-test & (os-distribution = "alpine" | os-distribution = "freebsd")
Used by (26)
- elpi-option-legacy-parser
- frama-clang
-
GT
>= "0.4.0" - haxe
- hol_light
-
lablgl
>= "1.06" -
lablgtk3
>= "3.1.3" -
ledit
>= "2.05" - logger-p5
- matita
- OCanren
- orpie
- ostap
-
p5scm
>= "0.3.1" -
pa_ppx
>= "0.14" & != "0.18" - pa_ppx_ag
- pa_ppx_hashcons
- pa_ppx_migrate
- pa_ppx_migrate_ocaml_parsetree
- pa_ppx_parsetree
- pa_ppx_q_ast
- pa_ppx_quotation2extension
- pa_ppx_regexp
- pa_ppx_static
- pa_ppx_string
- pa_ppx_unique
Conflicts (7)
-
pa_ppx
<= "0.20" -
p5scm
<= "0.4.0" -
lablgl
<= "1.07" -
hol_light
<= "3.1.0" -
GT
<= "0.5.4" -
frama-clang
<= "0.0.18" - ocaml-option-bytecode-only
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page