Files
chromebrew/packages/ruby_ast.rb
github-actions[bot] ada16861a1 AutoBuild: updates-2025-03-20-00-19 started at 2025-03-20-00UTC (#11576)
* Add unbuilt updated pip packages to updates-2025-03-20-00-19

* Add unbuilt updated ruby gem packages to updates-2025-03-20-00-19

* Add built packages for linux/386 to updates-2025-03-20-00-19

* Add built packages for linux/amd64 to updates-2025-03-20-00-19

* Add built packages for linux/arm/v7 to updates-2025-03-20-00-19

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-20 02:49:17 +00:00

16 lines
329 B
Ruby

require 'buildsystems/ruby'
class Ruby_ast < RUBY
description 'A library for working with Abstract Syntax Trees.'
homepage 'https://whitequark.github.io/ast/'
version "2.4.3-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'ruby_parser' # R
conflicts_ok
no_compile_needed
end