mamarjan / gff3-pltools

A fast parallel GFF3 parser
MIT License
15 stars 5 forks source link

A gem for rubygems.org #42

Closed mamarjan closed 12 years ago

mamarjan commented 12 years ago

This gem should build the binaries while being installed, like current gems with external C libraries. Dependencies should be dmd or gdc for D2 installed.

mamarjan commented 12 years ago

Today I added a pure Ruby gem to rubygems.org:

http://rubygems.org/gems/bio-gff3-pltools

For later versions it would make sense to bundle the binaries with it, because the Ruby library will be likely very dependent on the right version of binaries.

mamarjan commented 12 years ago

Change of plans. Going to separate the parts instead.