menhir 20120123.dfsg-1.1 source package in Ubuntu

Changelog

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


  * Non-maintainer upload.
  * Fix "FTBFS: Makefile:34: *** Please define PREFIX.  Stop.":
    "backport" from 20130116.dfsg-1 in experimental:
    add empty override_dh_auto_test to debian/rules.
    (Closes: #718098)

 -- gregor herrmann <email address hidden>  Wed, 13 Nov 2013 21:56:09 +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.1.dsc 2.1 KiB 28a0e6185be81c731ff8bb5811b59c7083265338b3d298ecdf0fd8e300c4f983
menhir_20120123.dfsg.orig.tar.gz 254.5 KiB 33bd2c68dd2fe1ef857059eeb4dbe2e6183f57de53a4be7c46c5595a807034dd
menhir_20120123.dfsg-1.1.diff.gz 6.0 KiB c50b30ad0520fd8156fb1bd3ca89099021ad8f067832577d6d91388a2b4ac65e

No changes file available.

Binary packages built by this source

libmenhir-ocaml-dev: Menhir library for OCaml

 This package contains the Menhir library for OCaml. It gives access to,
 among others, the following modules:
  * InfiniteArray: implements infinite arrays, that is, arrays
    that grow transparently upon demand.
  * RowDisplacement: compresses a two-dimensional table, where some
    values are considered insignificant, via row displacement.
  * Engine: LR parsing engine.

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.