You've already forked macports-ports
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.6 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 46da6fad0165c8a1ef4537964390b315ad913684 \
|
|
sha256 6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab \
|
|
size 350720
|