Files
chromebrew/packages/ruby_parser.rb
github-actions[bot] df8f8e5ba6 AutoBuild: updates-2025-02-06-00-18 started at 2025-02-06-00UTC (#11254)
* Add unbuilt updated pip packages to updates-2025-02-06-00-18

* Add unbuilt updated ruby gem packages to updates-2025-02-06-00-18

* Add built packages for linux/386 to updates-2025-02-06-00-18

* Add built packages for linux/amd64 to updates-2025-02-06-00-18

* Add built packages for linux/arm/v7 to updates-2025-02-06-00-18

---------

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-02-06 01:23:53 +00:00

17 lines
349 B
Ruby

require 'buildsystems/ruby'
class Ruby_parser < RUBY
description "A Ruby parser written in pure Ruby."
homepage 'https://github.com/whitequark/parser'
version "3.3.7.1-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'ruby_ast' # R
depends_on 'ruby_racc' # R
conflicts_ok
no_compile_needed
end