-
bitcoin-s/bitcoin-s 1.9.9
Bitcoin Implementation in Scala
Scala versions: 2.13Scala.js versions: 1.x -
oleg-py/better-monadic-for 0.3.1
Desugaring scala `for` without implicit `withFilter`s
Scala versions: 2.13 2.12 2.11 -
lhns/jwt-s 1.3.1
Simple JWT library for scala with an integration for circe and http4s
Scala versions: 3.x 2.13Scala.js versions: 1.x -
s-mach/s_mach.concurrent 2.0.0
s_mach.concurrent is an open-source Scala library that provides asynchronous serial and parallel execution flow control primitives for working with asynchronous tasks. An asynchronous task consists of two or more calls to function(s) that return a future result A ⇒ Future[B] instead of the result A ⇒ B. s_mach.concurrent also provides utility & convenience code for working with scala.concurrent.Future
Scala versions: 2.12 2.11 -
s-mach/s_mach.datadiff 1.1.1
s_mach.datadiff is an open-source data difference engine for Scala. Implementations of the DataDiff type-class are provided which can compute the difference between all data types, Option, Set, Seq, and Map and all tuple classes. An implementation for any case case class (or other type that can be represented as a struct type) can be generated at compile-time by the mkDataDiff macro method. The difference between any two instances is stored as a patch type, which can be user-defined per type. Patches can be applied to instances of the original type to propagate computed changes. All provided DataDiff implementations are 100% strongly-typed and use absolutely no runtime reflection.
Scala versions: 2.12 2.11 -
xuwei-k/replace-symbol-literals 0.1.1
replace deprecated scala.Symbol literals. s/'foo/Symbol("foo")/
Scala versions: 2.12 2.11