From: Aaron Patterson Date: 2012-11-19T08:07:11+09:00 Subject: [ruby-core:49538] Re: [ruby-trunk - Feature #7375] embedding libyaml in psych for Ruby 2.0 On Mon, Nov 19, 2012 at 12:48:36AM +0900, V�t Ondruch wrote: > Dne 18.11.2012 15:41, Yusuke Endoh napsal(a): [snip] > >Vit, can you create a distro package of Ruby depending on libyaml package, > >rathar than bundling it, even if Ruby source distribution bundles libyaml? > >I'm sorry to trouble you, but I would greatly appreciate your cooperation. > > If the implementation will follow proposal 1) from Jeremy, then > probably quite easily. But this is not technical question, if I can > or cannot. I think following the proposal from Jeremy is the best compromise, and in fact is quite easy to do. I've implemented it here: https://github.com/tenderlove/psych/tree/embed Specifically this commit: https://github.com/tenderlove/psych/commit/3b066cf94a4f37e0395b2b761cda1862a13fcbd9 -- Aaron Patterson http://tenderlovemaking.com/