The best kittens, technology, and video games blog in the world.

Showing posts with label gmp. Show all posts
Showing posts with label gmp. Show all posts

Monday, July 02, 2012

libgmp-ruby is on github now

Cat and Calculator - Top View by Felix Idan from flickr (CC-NC-ND)

As promised I've been moving my old code to github lately.

One of these libraries is libgmp-ruby, which I once resurrected from Ruby 1.6 era into early Ruby 1.8 era already. So I just put it on github, cleaned it up a bit, and made it working with 1.9 (except for some weird memory corruption crashes which I was still in process of figuring out)... and it turns out it was all for naught since my library has been and on github and actively maintained all that time by strawlins.

Now one of the benefits of Open Source is that when the original author or maintainer is too busy someone else can easily take over, but it would be nice if someone emailed me... I wonder which programs I wrote forever ago live independent lives now.

Anyway, all's well which end's well, and if you want to use libgmp-ruby, use strawlins' version, not mine.

Monday, August 27, 2007

Resurrection of libgmp-ruby

Hello Kitty Sponge cake by Rubyran from flickr (CC-BY)
I've just republished tarball of libgmp-ruby (Ruby bindings to GNU Multiple Precision Arithmetic Library). It's a very old package (literally Ruby 1.6 old), but the server hosting it died and I never quite got to republishing it before.

It is available for download in tarball format. To compile the package use:

$ ./extconf.rb
$ make
$ make install
It used to build Debian packages. I don't know if they still build or if some tweaking is necessary. GEMs are not provided, as the package is older than Ruby Gems. Some day I'll get to updatng it and providing DEBs and GEMs.