require 'buildsystems/ruby' class Ruby_bigdecimal < RUBY description 'This library provides arbitrary-precision decimal floating-point number class.' homepage 'https://github.com/ruby/bigdecimal' version "3.2.1-#{CREW_RUBY_VER}" license 'BSD-2-Clause' compatibility 'all' source_url 'SKIP' binary_compression 'gem' binary_sha256({ aarch64: '552043f132121d9688f3a776cda583de54ddacce799c121cbd96e362ce1f9f5d', armv7l: '552043f132121d9688f3a776cda583de54ddacce799c121cbd96e362ce1f9f5d', i686: 'a216725e25a38a0eb03446137d0c660a912cc54b099d22f7fd706e4564b20413', x86_64: '3d6a052a3a09e584d55fa12f4c9f4f71250ced05830fdccc430dbdf3cd5518dc' }) conflicts_ok gem_compile_needed end