Package ocaml-biniou: Information

    Source package: ocaml-biniou
    Version: 1.2.2-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: BSD-3-Clause
    Summary: Safe and fast binary data format
    Description: 
    Biniou (pronounced "be new") is a binary data format designed for
    speed, safety, ease of use and backward compatibility as protocols
    evolve. Biniou is vastly equivalent to JSON in terms of functionality
    but allows implementations several times faster (4 times faster than
    yojson), with 25-35% space savings.
    
    Biniou data can be decoded into human-readable form without knowledge
    of type definitions except for field and variant names which are
    represented by 31-bit hashes. A program named bdump is provided for
    routine visualization of biniou data files.

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

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin
    Igor Vlasenko

    ACL:
    Anton Farygin
    @everybody

      1. ocaml >= 4.14
      2. ocaml-camlp-streams-devel
      3. ocaml-easy-format-devel
      4. ocaml-ocamldoc
      5. opam
      6. dune

    Last changed


    Nov. 8, 2023 Anton Farygin 1.2.2-alt1
    - 1.2.2
    - fixed License and Url tags
    Sept. 18, 2020 Anton Farygin 1.2.1-alt3
    - migrated to rpm-build-ocaml 1.4
    Jan. 30, 2020 Anton Farygin 1.2.1-alt2
    - built with dune-2.x