Skip to content

Commit f8941fc

Browse files
committed
Added Scala.js fork of NICTA/rng
1 parent 166bdad commit f8941fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ Port of [Scalaz](https://github.com/scalaz/scalaz) to Scala.js, maintained by Da
161161
"com.github.japgolly.fork.monocle" %%% "monocle-core" % "0.5.1"
162162
{% endhighlight %}
163163
Port of [Monocle](https://github.com/julien-truffaut/Monocle) to Scala.js, maintained by David Barri
164+
165+
####[RNG](https://github.com/japgolly/rng)
166+
{% highlight scala %}
167+
"com.github.japgolly.fork.nicta" %%% "rng" % "1.3.0"
168+
{% endhighlight %}
169+
Port of [RNG](https://github.com/NICTA/rng) to Scala.js, maintained by David Barri
170+
164171
####[Shapeless](https://groups.google.com/forum/#!searchin/scala-js/shapeless/scala-js/5Sf2up0z3PU/9F9SYB0qHEcJ)
165172
{% highlight scala %}
166173
resolvers += "bintray-alexander_myltsev" at "http://dl.bintray.com/content/alexander-myltsev/maven"

0 commit comments

Comments
 (0)