ruby-wordexp.git  about / heads / tags
perform word expansions (interface to the wordexp(3) POSIX function)
blob aa7f4b6bfdf5c714af811bdc0f07f4a1c580211d 155 bytes (raw)
$ git show v1.0.0:ext/wordexp/extconf.rb	# shows this blob on the CLI

1
2
3
4
5
 
require 'mkmf'
have_func('wordexp', %w(wordexp.h))
have_func('wordfree', %w(wordexp.h))
have_func('rb_thread_call_without_gvl')
create_makefile('wordexp')

git clone https://yhbt.net/ruby-wordexp.git