Sha256: 28a9c6a97a71acfac3b150595d0acee24755723b05a6dcb9cf21cdf82560efd4

Contents?: true

Size: 437 Bytes

Versions: 5

Compression:

Stored size: 437 Bytes

Contents

# frozen_string_literal: true
require 'mkmf'

have_func("rb_enc_interned_str", "ruby.h") # RUBY_VERSION >= 3.0
have_func("rb_hash_new_capa", "ruby.h") # RUBY_VERSION >= 3.2
have_func("rb_gc_mark_locations", "ruby.h") # Missing on TruffleRuby
have_func("rb_hash_bulk_insert", "ruby.h") # Missing on TruffleRuby
have_func("rb_category_warn", "ruby.h") # Missing on TruffleRuby

append_cflags("-std=c99")

create_makefile 'json/ext/parser'

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
talon_one-7.0.0 .github/.example/vendor/bundle/ruby/3.3.0/gems/json-2.8.2/ext/json/ext/parser/extconf.rb
json-2.8.2 ext/json/ext/parser/extconf.rb
json-2.8.1 ext/json/ext/parser/extconf.rb
json-2.8.0 ext/json/ext/parser/extconf.rb
json-2.8.0.alpha1 ext/json/ext/parser/extconf.rb