mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Initial checkin of YAML substances.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
605adb86e2
commit
55f4dc4c9a
25 changed files with 7962 additions and 0 deletions
5
ext/syck/extconf.rb
Normal file
5
ext/syck/extconf.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
require 'mkmf'
|
||||
|
||||
have_header( "st.h" )
|
||||
create_makefile( "syck" )
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue