mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
17 lines
375 B
Ruby
17 lines
375 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_typeprof < RUBY
|
|
description 'TypeProf performs a type analysis of non-annotated Ruby code.'
|
|
homepage 'https://github.com/ruby/typeprof'
|
|
version "0.31.1-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby' => :logical
|
|
depends_on 'ruby_rbs' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|