File: Gemfile

package info (click to toggle)
ruby-gsl 2.1.0.3%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,988 kB
  • sloc: ansic: 62,105; ruby: 15,859; sh: 19; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (5)
1
2
3
4
5
source 'https://rubygems.org'
gemspec

gem 'narray' if ENV['NARRAY']
gem 'nmatrix' if ENV['NMATRIX']