mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-11 00:18:06 -05:00
14 lines
397 B
Ruby
14 lines
397 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_concurrent_ruby < RUBY
|
|
description 'Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns.'
|
|
homepage 'https://github.com/ruby-concurrency/concurrent-ruby'
|
|
version '1.2.2-ruby-3.3'
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|