Package ocaml-parsexp: Information

    Source package: ocaml-parsexp
    Version: 0.16.0-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: Apache-2.0
    Summary: S-expression parsing library for ocaml
    Description: 
    This library provides generic parsers for parsing S-expressions from strings or
    other medium.
    
    The library is focused on performances but still provide full generic parsers
    that can be used with strings, bigstrings, lexing buffers, character streams or
    any other sources effortlessly.
    
    It provides three different class of parsers:
    
        the normal parsers, producing [Sexp.t] or [Sexp.t list] values
    
        the parsers with positions, building compact position sequences so that one
        can recover original positions in order to report properly located errors at
        little cost
    
        the Concrete Syntax Tree parsers, produce values of type [Parsexp.Cst.t]
        which record the concrete layout of the s-expression syntax, including
        comments

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

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin

    ACL:
    Anton Farygin
    @everybody

      1. ocaml-sexplib0-devel >= 0.16.0
      2. rpm-build-ocaml >= 1.4
      3. dune >= 3.8
      4. ocaml-base-devel >= 0.16.0

    Last changed


    Nov. 7, 2023 Anton Farygin 0.16.0-alt1
    - 0.16.0
    Jan. 4, 2022 Anton Farygin 0.15.0-alt1
    - 0.15.0
    Nov. 30, 2021 Anton Farygin 0.14.1-alt2
    - fixed homepage URL