diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-07-07 16:45:57 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-07-20 14:20:08 -0500 |
commit | 8732f8759eaeeb1e3349000e25d9d4f713a3d887 (patch) | |
tree | c0d98571fdffb03b286b89d5837c91321a9e389a /development/camlp4/README | |
parent | 73ac3830fb00c2066d97501be8eaba7d3215a251 (diff) | |
download | slackbuilds-8732f8759eaeeb1e3349000e25d9d4f713a3d887.tar.gz |
development/camlp4: Added (ocaml preprocessor and pretty-printer).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/camlp4/README')
-rw-r--r-- | development/camlp4/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/camlp4/README b/development/camlp4/README new file mode 100644 index 0000000000..76e1e604f1 --- /dev/null +++ b/development/camlp4/README @@ -0,0 +1,5 @@ +Camlp4 is a software system for writing extensible parsers for +programming languages. It provides a set of OCaml libraries that are +used to define grammars as well as loadable syntax extensions of such +grammars. +It was part of the official OCaml distrib. until its version 4.01.0. |