GNU Scientific Library (GSL) binding for Crystal
Add this to your application's shard.yml
:
dependencies:
gsl:
github: ruivieira/crystal-gsl
- libgsl0-dev
- gsl-bin
- libgsl-dev
- gsl-bin
- gsl
- gsl-devel
require "gsl"
Full documentation can be found at here.
Examples can be found here.
Warning:
- Not fully test
- Pre-release (API will break)
- Not fit for production
- Fork it ( https://github.com/ruivieira/crystal-gsl/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- Ruby & rake
- crystal-icr , > 0.2.10 // Install manually not by shard install