diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-19 23:30:04 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-21 14:41:02 -0600 |
commit | 4f35a1144bd059f1e2a3c57165f80592030e8cac (patch) | |
tree | 83e5745165a2c5afd5db82b736438e107a5856d8 /development/menhir/slack-desc | |
parent | 4c25b24b71c681867dd954e50997eab84d2801fd (diff) | |
download | slackbuilds-4f35a1144bd059f1e2a3c57165f80592030e8cac.tar.gz |
development/menhir: Added (OCaml parser generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/menhir/slack-desc')
-rw-r--r-- | development/menhir/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/menhir/slack-desc b/development/menhir/slack-desc new file mode 100644 index 0000000000..883339ed1b --- /dev/null +++ b/development/menhir/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +menhir: menhir (OCaml parser generator) +menhir: +menhir: Menhir is a LR(1) parser generator for the OCaml programming +menhir: language. That is, Menhir compiles LR(1) grammar specifications +menhir: down to OCaml code. +menhir: +menhir: Homepage: http://cristal.inria.fr/~fpottier/menhir/ +menhir: +menhir: +menhir: +menhir: |