menhir 20231231+ds-1 source package in Ubuntu

Changelog

menhir (20231231+ds-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Stéphane Glondu <email address hidden>  Thu, 15 Feb 2024 14:22:52 +0100

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
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
menhir_20231231+ds-1.dsc 2.0 KiB 71d70ddc5b37bdcf74e83a540b4b4f503ba51d9706dcfec2ea39784c37151492
menhir_20231231+ds.orig.tar.xz 527.4 KiB 509349d9b03d0e072d941a7c9fae95cfbcbfcff1940b5addab54195e9350731e
menhir_20231231+ds-1.debian.tar.xz 13.4 KiB 49fa01a03d1d4536c96d0e535db7ee417b2e8adcaeacead6f9303038b33ec549

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: No summary available for libmenhir-ocaml-dev-dbgsym in ubuntu oracular.

No description available for libmenhir-ocaml-dev-dbgsym in ubuntu oracular.

menhir: No summary available for menhir in ubuntu oracular.

No description available for menhir in ubuntu oracular.

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.