menhir 20230608+ds-1 source package in Ubuntu
Changelog
menhir (20230608+ds-1) unstable; urgency=medium [ Stéphane Glondu ] * Team upload * New upstream release * Fix debian/watch * Fix cleaning (Closes: #1046147) [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Drop versioned constraint on ocaml-nox (>= 4.02.3~). + menhir-doc: Drop conflict with removed package menhir (<< 20170712-1) in Replaces. + menhir-doc: Drop conflict with removed package menhir (<< 20170712-1) in Breaks. * Use secure URI in Homepage field. -- Stéphane Glondu <email address hidden> Sun, 27 Aug 2023 06:34:07 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
menhir_20230608+ds-1.dsc | 2.0 KiB | 0e95b4b3ac30633795cfc5fb3009f9ac6ac9f878fa0829a76a0bdbd063d42b5a |
menhir_20230608+ds.orig.tar.xz | 511.2 KiB | b22bdffe98dc5af81e1c9c9fd21d1fd2055777a92782d71f80dd16458be65078 |
menhir_20230608+ds-1.debian.tar.xz | 13.4 KiB | 244c6cf52d0bc7be045ead7d830f789569e58964e0a5b8465f3efe05f6912afe |
Available diffs
- diff from 20220210+ds1-1 to 20230608+ds-1 (50.6 KiB)
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.