Package ocaml-menhir: Information

    Source package: ocaml-menhir
    Version: 20230608-alt1
    Latest version according to Repology
    Build time:  Dec 1, 2023, 07:50 AM in the task #333652
    Category: Development/ML
    Report package bug
    License: QPL
    Summary: LR(1) parser generator for the OCaml programming language.
    Description: 
    Menhir is a LR(1) parser generator for the OCaml programming language.
    That is, Menhir compiles LR(1) grammar specifications down to OCaml
    code. Menhir is 90 percent compatible with ocamlyacc. Legacy ocamlyacc
    grammar specifications are accepted and compiled by Menhir. The
    resulting parsers run and produce correct parse trees. However, parsers
    that explicitly invoke functions in module Parsing behave slightly
    incorrectly. For instance, the functions that provide access
    to positions return a dummy position when invoked by a Menhir parser.
    Porting a grammar specification from ocamlyacc to Menhir requires
    replacing all calls to module Parsing with new Menhir-specific keywords.

    List of rpms provided by this srpm:
    ocaml-menhir (x86_64, ppc64le, i586, armh, aarch64)
    ocaml-menhir-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin
    Andrey Bergman

    ACL:
    Anton Farygin
    @everybody

      1. ocaml
      2. dune

    Last changed


    Nov. 10, 2023 Anton Farygin 20230608-alt1
    - 20211230 -> 20230608
    Jan. 5, 2022 Anton Farygin 20211230-alt1
    - 20211012 -> 20211230
    Nov. 4, 2021 Anton Farygin 20211012-alt1
    - 20210419 -> 20211012