Files
chromebrew/packages/ruby_multi_xml.rb
Max Downey Twiss 692aedcfa5 Refactor and speed up PackageUtils.get_gem_vars (#14198)
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
2026-02-21 03:09:57 +00:00

17 lines
364 B
Ruby

require 'buildsystems/ruby'
class Ruby_multi_xml < RUBY
description 'A generic swappable back-end for XML parsing'
homepage 'https://github.com/sferik/multi_xml'
version "0.8.1-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'ruby_bigdecimal' # R
conflicts_ok
no_compile_needed
upstream_name 'multi_xml'
end