Package ocaml-pp: Information

    Source package: ocaml-pp
    Version: 1.2.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: MIT
    Summary: An OCaml pretty-printing library
    Description: 
     This library provides a lean alternative to the Format 1 module of the OCaml
    standard library. It aims to make it easy for users to do the right thing.
    If you have tried Format before but find its API complicated and difficult to
    use, then Pp might be a good choice for you.
    
    Pp uses the same concepts of boxes and break hints, and the final rendering is
    done to formatter from the Format module. However it defines its own algebra
    which some might find easier to work with and reason about. No previous
    knowledge is required to start using this library, however the various guides
    for the Format module such as this one 2 should be applicable to Pp as well.

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

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin

    ACL:
    Anton Farygin
    @everybody

      1. ocaml
      2. dune
      3. rpm-build-ocaml >= 1.4

    Last changed


    Nov. 12, 2023 Anton Farygin 1.2.0-alt1
    - first build for ALT