. "$GRIMOIRE"/CMAKE_FUNCTIONS
           SPELL=libdispatch
         VERSION=6.2.2
          SOURCE="swift-corelibs-$SPELL-swift-$VERSION-RELEASE.tar.gz"
     SOURCE_HASH=sha512:61ee3e037a9f220dfb322e0b39b91bf724747c5c39c50905318c9c26e72861de36e943147ba278b4734ed04bd1e33d9bc7c5b07483f86489887b7e6abe49a83a
        WEB_SITE=https://github.com/swiftlang/swift-corelibs-libdispatch
   SOURCE_URL[0]="$WEB_SITE/archive/refs/tags/swift-$VERSION-RELEASE.tar.gz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
         ENTERED=20250310
      LICENSE[0]=Apache-2.0
        KEYWORDS="concurrency dispatch gcd threading"
           SHORT="Apple's Grand Central Dispatch (GCD) concurrency library"
cat << EOF
Grand Central Dispatch (GCD or libdispatch) provides comprehensive support
for concurrent code execution on multicore hardware. Originally developed by
Apple for macOS, this package is the open-source port of libdispatch to
Linux maintained by the Swift project. It implements a work queue model for
concurrent task dispatch, enabling efficient use of multiple CPU cores.
EOF
