Package ocaml-menhir: Information

    Source package: ocaml-menhir
    Version: 20181005-alt1
    Build time:  Oct 22, 2018, 09:02 PM in the task #214423
    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, i586)
    ocaml-menhir-debuginfo (x86_64, i586)

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin
    Andrey Bergman

      1. python3-base
      2. ocaml
      3. ocaml-camlp4
      4. ocaml-findlib
      5. ocaml-ocamlbuild
      6. python-module-google
      7. rpm-build-ubt

    Last changed


    Oct. 9, 2018 Anton Farygin 20181005-alt1
    - 20181005
    Sept. 5, 2018 Anton Farygin 20180530-alt2
    - rebuilt with ocaml-4.07
    May 31, 2018 Anton Farygin 20180530-alt1
    - 20180530 (closes: #34902)