Package judy: Information

    Source package: judy
    Version: 1.0.5-alt6
    Build time:  Nov 16, 2024, 12:38 PM
    Report package bug
    License: LGPLv2.1
    Summary: Judy is a C library that implements a dynamic array
    Description: 
    Judy is a C library that implements a dynamic array. Empty Judy arrays
    are declared with null pointers. A Judy array consumes memory only when
    populated yet can grow to take advantage of all available memory. Judy's
    key benefits are: scalability, performance, memory efficiency, and ease
    of use.

    List of RPM packages built from this SRPM:
    judy (loongarch64)
    judy-debuginfo (loongarch64)
    libjudy (loongarch64)
    libjudy-debuginfo (loongarch64)
    libjudy-devel (loongarch64)
    libjudy-devel-doc (noarch)

    Maintainer: Aleksey Cheusov


      1. gcc
      2. gcc-c++
      3. libstdc++-devel

    Last changed


    Nov. 16, 2024 Aleksey Cheusov 1.0.5-alt6
    - Properly package man pages
    Oct. 16, 2021 Andrew A. Vasilyev 1.0.5-alt5
    - FTBFS: fixed build with lto
    Sept. 20, 2019 Michael Shigorin 1.0.5-alt4
    - Actually applied patch4 as well, thx at@ (closes: #37243)