mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
878 B
Tcl
20 lines
878 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.branches 3.4 3.3 3.2 3.1 3.0
|
|
ruby.setup concurrent-ruby 1.3.7 gem {} rubygems
|
|
license MIT
|
|
categories-append devel
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
description Modern concurrency tools
|
|
long_description {*}${description} including agents, futures, promises, \
|
|
thread pools, actors, supervisors and more.
|
|
homepage https://github.com/ruby-concurrency/concurrent-ruby
|
|
checksums rmd160 258e917f334d56dd8b062cb76aa24ceea006b824 \
|
|
sha256 4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0 \
|
|
size 350208
|