Files
chromebrew/packages/ruby_regexp_parser.rb
chromebrew-actions[bot] 37bdabf927 Add unbuilt ruby_regexp_parser to updater-ruby_regexp_parser-2.11.2 (#12426)
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-08-13 21:30:48 +00:00

14 lines
335 B
Ruby

require 'buildsystems/ruby'
class Ruby_regexp_parser < RUBY
description 'A library for tokenizing, lexing, and parsing Ruby regular expressions.'
homepage 'https://github.com/ammar/regexp_parser'
version "2.11.2-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end