Package libdispatch: Information

    Source package: libdispatch
    Version: 5.9-alt1
    Latest version according to Repology
    Build time:  Oct 2, 2023, 08:21 PM in the task #330742
    Category: Development/C
    Report package bug
    License: ASL 2.0
    Summary: Apple's Grand Central Dispatch library
    Description: 
    Grand Central Dispatch (GCD or libdispatch) provides
    comprehensive support for concurrent code execution on
    multicore hardware.
    
    libdispatch is currently available on all Darwin platforms.
    This project aims to make a modern version of libdispatch
    available on all other Swift platforms. To do this, we will
    implement as much of the portable subset of the API as
    possible, using the existing open source C implementation.
    
    libdispatch on Darwin is a combination of logic in the xnu
    kernel alongside the user-space Library. The kernel has the
    most information available to balance workload across the
    entire system. As a first step, however, we believe it is
    useful to bring up the basic functionality of the library
    using user-space pthread primitives on Linux. Eventually, a
    Linux kernel module could be developed to support more
    informed thread scheduling.

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

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov
    Sergey Bolshakov

    ACL:
    Vitaly Lipatov
    @everybody

      1. chrpath
      2. clang
      3. llvm
      4. cmake
      5. ninja-build
      6. libstdc++-devel
      7. libbsd-devel

    Last changed


    Oct. 1, 2023 Vitaly Lipatov 5.9-alt1
    - new version 5.9 (with rpmrb script)
    April 28, 2023 Sergey Bolshakov 5.7.3-alt2
    - rebuilt for arm
    April 23, 2023 Vitaly Lipatov 5.7.3-alt1
    - new version 5.7.3 (with rpmrb script)