menhir 20210929-1 source package in Ubuntu

Changelog

menhir (20210929-1) unstable; urgency=medium

  * New upstream release.
  * debian/copyright:
    - fix file patterns for the runtime library which has moved to lib/
    - remove some licences that are no longer used
  * Standards-version 4.6.0 (no change)

 -- Ralf Treinen <email address hidden>  Fri, 01 Oct 2021 23:02:46 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
menhir_20210929-1.dsc 2.2 KiB 5fdb12fa2160683a9f4b0161f82e03f9652f5d85fa9790f1c6dfbb3588654f73
menhir_20210929.orig.tar.gz 1.1 MiB 7544a31126bb311deb49e9daa1c6f2f6276a014671e2994667e0fe7018cb47cf
menhir_20210929-1.debian.tar.xz 12.9 KiB 1e23e4cf0457f947fe2f876b0965ffe4b15a008c2cc060a7fde952b410218c4f

Available diffs

No changes file available.

Binary packages built by this source

libmenhir-ocaml-dev: Menhir library for OCaml

 Menhir is a LR(1) parser generator for the OCaml programming language.
 It is mostly compatible with the ocamlyacc parser generator provided with
 OCaml, and has a number of enhancements over ocamlyacc.
 .
 This package contains the Menhir library for the OCaml programming language.
 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.

libmenhir-ocaml-dev-dbgsym: debug symbols for libmenhir-ocaml-dev
menhir: Parser generator for OCaml

 Menhir is a LR(1) parser generator for the OCaml programming language.
 It is mostly compatible with the ocamlyacc parser generator provided with
 the OCaml system, and has the following enhancements over ocamlyacc:
  * 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.

menhir-dbgsym: debug symbols for menhir
menhir-doc: Documentation of the Menhir parser generator for OCaml

 Menhir is a LR(1) parser generator for the OCaml programming language.
 It is mostly compatible with the ocamlyacc parser generator provided with
 OCaml, and has a number of enhancements over ocamlyacc.
 .
 This package contains the Menhir manual as a pdf file, and the collection
 of Menhir examples.