xnd-project / libndtypes

Subsumed into xnd
https://xnd.io/
BSD 3-Clause "New" or "Revised" License
25 stars 17 forks source link

Ruby wrapper #52

Open v0dro opened 5 years ago

v0dro commented 5 years ago

@skrah I've written the Ruby wrapper inside the ruby/ folder.

Currently it works fine with the HEAD of the master branch of this repo.

My plan is to integrate the Ruby wrapper into the CI suite of ndtypes so that both the Python and Ruby wrappers can be tested side-by-side.

The current status is that the gem wraps the ndtypes library with it and it gets compiled on the user's machine after they install. I will add CI integration to this repo once you approve these changes.

Looking forward to your thoughts.

v0dro commented 5 years ago

@skrah can you also tell your opinion on what you think about including the libndtypes sources with the ruby library? Or should we rely on the user to specify the libndtypes shared object?