Skip to content

GNU Scientific Library (GSL) bindings for Scala native

License

Notifications You must be signed in to change notification settings

ruivieira/scala-gsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-gsl

Installation

To use scala-gsl in your own Scala native project, simply install it locally, using

sbt publishLocal

The project can now be added to your sbt build using

enablePlugins(ScalaNativePlugin)

scalaVersion := "2.11.11"

libraryDependencies += "org.ruivieira" % "scala-gsl_native0.2_2.11" % "0.0.1"

Releases

No releases published

Packages

No packages published

Languages