diff options
Diffstat (limited to 'development/camlp5/README')
-rw-r--r-- | development/camlp5/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/camlp5/README b/development/camlp5/README new file mode 100644 index 0000000000000..66d38227ef778 --- /dev/null +++ b/development/camlp5/README @@ -0,0 +1,8 @@ +Camlp5 is the successor to camlp4 (included in the ocaml SlackBuild) +and offers pretty-printing and preprocessing for the ocaml language. + +The source can be compiled in two "modes": transitional or strict. +This slackbuild compiles it in the default "transitional" mode, to +maintain compatibility with camlp4. + +This requires ocaml. |