menhir 20120123.dfsg-1 source package in Ubuntu

Changelog

menhir (20120123.dfsg-1) unstable; urgency=low


  * New upstream release
    - fixes http://caml.inria.fr/mantis/view.php?id=5462

 -- Mehdi Dogguy <email address hidden>  Mon, 23 Jan 2012 20:50:25 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
menhir_20120123.dfsg-1.dsc 1.7 KiB 16cef60b20190ff5af17b167e1feb52197bfe0611ab37b7d4aa041d9a9808acb
menhir_20120123.dfsg.orig.tar.gz 254.5 KiB 33bd2c68dd2fe1ef857059eeb4dbe2e6183f57de53a4be7c46c5595a807034dd
menhir_20120123.dfsg-1.diff.gz 5.9 KiB a4d395e1b8056637d633c523b8a68c59966fcff0dadcfa2bacd41bbca7f7da85

No changes file available.

Binary packages built by this source

libmenhir-ocaml-dev: No summary available for libmenhir-ocaml-dev in ubuntu raring.

No description available for libmenhir-ocaml-dev in ubuntu raring.

menhir: Parser generator for OCaml

 Menhir is a LR(1) parser generator for OCaml. It is mostly compatible
 with the standard ocamlyacc and has the following enhancements:
  * it accepts LR(1) grammars,
  * it offers parameterized nonterminal symbols as well as a library of
    standard definitions,
  * it explains conflicts in terms of the grammar,
  * it allows grammar specifications to be split over multiple files and
    parametrized by OCaml modules,
  * it produces reentrant parsers.