menhir 20130116.dfsg-2 source package in Ubuntu
Changelog
menhir (20130116.dfsg-2) unstable; urgency=low * Team upload * Upload to unstable -- Stéphane Glondu <email address hidden> Tue, 03 Dec 2013 00:42:01 +0100
Upload details
- Uploaded by:
- Debian OCaml Maintainers on 2013-12-03
- Uploaded to:
- Sid
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | on 2013-12-24 | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
menhir_20130116.dfsg-2.dsc | 2.1 KiB | b07c7440626be1898e44ca9e8442e007713039118c5b357cd920da17b6550ec0 |
menhir_20130116.dfsg.orig.tar.gz | 262.1 KiB | fd56552b888690078ed1f0cf0d5fb9138c01d9b3b5c620d15e723cbf1fdd2c82 |
menhir_20130116.dfsg-2.debian.tar.gz | 6.3 KiB | 93453f20bdd61ef29763825a5612e957dbcd52985248661844f378b1e0c6e514 |
Available diffs
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.