Home

Awesome

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"