diff options
author | adaptr <jeroen@adaptr.nl> | 2010-12-17 22:15:53 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 22:44:01 -0600 |
commit | cd5b3e7101e064b071bec805c5e376af682c0540 (patch) | |
tree | 0d7b80b87e7f1fa5e390689342299b7086808f59 /development/camlp5/README | |
parent | 7499f302724902ecdb22bbc5188380e4912ebb47 (diff) | |
download | slackbuilds-cd5b3e7101e064b071bec805c5e376af682c0540.tar.gz |
development/camlp5: Added (ocaml preprocessor and pretty-printer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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 0000000000..66d38227ef --- /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. |