You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
49
49
*[Reactive](https://github.com/nafg/reactive) — FRP and web abstractions, which can be plugged into any web framework (currently only has bindings for Lift).
50
50
*[Chaos](https://github.com/mesosphere/chaos) — A lightweight framework for writing REST services in Scala.
51
51
*[Xitrum](http://xitrum-framework.github.io/) — An async and clustered Scala web framework and HTTP(S) server fusion on top of Netty, Akka, and Hazelcast.
52
-
*[Unfiltered](https://github.com/unfiltered/unfiltered) — An modular set of unopinionated primitives for servicing HTTP and WebSocket requests in Scala.
52
+
*[Unfiltered](https://github.com/unfiltered/unfiltered) — A modular set of unopinionated primitives for servicing HTTP and WebSocket requests in Scala.
53
53
54
54
55
55
## i18n
@@ -66,7 +66,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
66
66
*[scala-oauth2-provider](https://github.com/nulab/scala-oauth2-provider) — OAuth 2.0 server-side implementation written in Scala.
67
67
*[SecureSocial](https://github.com/jaliss/securesocial) — A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications.
68
68
*[play2-auth](https://github.com/t2v/play2-auth) — Play2.x Authentication and Authorization module.
69
-
*[play-pac4j](https://github.com/leleuj/play-pac4j) — Profile & Authentication Client in Scala (and Java) for CAS, OAuth, OpenID, SAML, HTTP... protocols and Play 2.x framework.
69
+
*[play-pac4j](https://github.com/leleuj/play-pac4j) — Profile & Authentication Client in Scala for CAS, OAuth, OpenID, SAML & HTTP protocols and Play 2.x framework.
70
70
71
71
## Testing
72
72
@@ -89,7 +89,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
89
89
*[spray-json](https://github.com/spray/spray-json) — Lightweight, clean and efficient JSON implementation in Scala.
90
90
*[argonaut](http://argonaut.io/) — Purely Functional JSON in Scala.
91
91
*[jackson-module-scala](https://github.com/FasterXML/jackson-module-scala) — Add-on module for Jackson to support Scala-specific datatypes.
92
-
*[play-json](https://github.com/playframework/playframework/tree/master/framework/src/play-json) — Flexible and powerful JSON manipulation, validation and serialization, with no reflection at runtime ([docs](http://www.playframework.com/documentation/2.2.x/ScalaJson), published separately at `"com.typesafe.play" %% "play-json" % playVersion`).
92
+
*[play-json](https://github.com/playframework/playframework/tree/master/framework/src/play-json) — Flexible and powerful JSON manipulation, validation and serialization, with no reflection at runtime.
93
93
94
94
## Serialization
95
95
@@ -98,7 +98,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
*[scodec](https://github.com/scodec/scodec) — A combinator library for working with binary data.
100
100
*[Scrooge](http://twitter.github.io/scrooge/) — An Apache Thrift code generator for Scala.
101
-
*[validation](https://github.com/jto/validation) — Advanced validation & serialization for JSON, HTML form data, etc, with no reflection at runtime ([intro](http://jto.github.io/articles/play_new_validation_api/)).
101
+
*[validation](https://github.com/jto/validation) — Advanced validation & serialization for JSON, HTML form data, etc, with no reflection at runtime.
102
102
103
103
## Science and Data Analysis
104
104
@@ -128,7 +128,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
128
128
*[Scala.Rx](https://github.com/lihaoyi/scala.rx) — An experimental library for Functional Reactive Programming in Scala (reactive variables). Scala.js compatible.
129
129
*[scala.frp](https://github.com/dylemma/scala.frp) — Functional Reactive Programming for Scala (event streams).
130
130
*[RxJava-Scala](https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-scala) — Scala Adaptor for RxJava.
131
-
*[Reactive Collections](https://github.com/storm-enroute/reactive-collections) – a library that incorporates event streams and signals with specialized collections called reactive containers, and expresses concurrency using isolates and channels.
131
+
*[Reactive Collections](https://github.com/storm-enroute/reactive-collections) – A library that incorporates event streams and signals with specialized collections called reactive containers, and expresses concurrency using isolates and channels.
132
132
133
133
## Modularization and Dependency Injection
134
134
@@ -156,7 +156,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
156
156
*[Twitter Util](https://github.com/twitter/util) — General-purpose Scala libraries, including a future implementation and other concurrency tools.
157
157
*[Scala Async](https://github.com/scala/async) — An asynchronous programming facility for Scala.
158
158
*[Resolvable](https://github.com/resolvable/resolvable) — A library to optimize fetching immutable data structures from several endpoints in several formats.
159
-
*[Scala Blitz](http://scala-blitz.github.io/)- A library to speed up Scala collection operations by removing runtime overheads during compilation, and a custom data-parallel operation runtime.
159
+
*[Scala Blitz](http://scala-blitz.github.io/)– A library to speed up Scala collection operations by removing runtime overheads during compilation, and a custom data-parallel operation runtime.
160
160
161
161
## Android
162
162
@@ -182,7 +182,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
182
182
183
183
*Scala libraries for interactions with the Web of Data, and other RDF tools*
184
184
185
-
*[Banana-RDF](https://github.com/w3c/banana-rdf)- Scala-friendly abstractions for RDF and Linked Data technologies. Supports Jena, Sesame and native Scala.
185
+
*[Banana-RDF](https://github.com/w3c/banana-rdf)– Scala-friendly abstractions for RDF and Linked Data technologies. Supports Jena, Sesame and native Scala.
0 commit comments