Files
chromebrew/packages/ruby_multi_xml.rb
Satadru Pramanik, DO, MPH, MEng 819b45a50c Refresh core deps and rebuild rtmpdump against openssl instead of nettle. (#15522)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2026-04-09 04:26:48 +00:00

18 lines
396 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' => :logical
depends_on 'ruby_bigdecimal' # R
conflicts_ok
no_compile_needed
upstream_name 'multi_xml'
end