ymasory / jerkson-streaming

Jerkson + Scala 2.10 + Streaming Iteration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jerkson + Scala 2.10 + Streaming Iteration

Jerkson has only been published for Scala versions as high as 2.9.1 and does not support streaming iteration.

Differences from upstream Jerkson

  • Streaming iteration is supported.
  • sbt instead of Maven.
  • Tests have been deleted, since sbt cannot run simplespec tests.
  • Minor tweaks to get compilation in 2.10.

Install

  • This version of Jerkson is hosted on Maven Central.

  • From sbt:

    libraryDependencies += "com.cloudphysics" % "jerkson_2.10" % "0.5.1"
  • From Maven:

    <dependency>
      <groupId>com.cloudphysics</groupId>
      <artifactId>jerkson_2.10</artifactId>
      <version>0.5.1</version>
    </dependency>

Build

  • Just compile:
    $ cd jerkson
    $ ./sbt compile
  • Publish:
    $ ./sbt publish

Contact

Repo maintained by Yuvi Masory.
ymasory@gmail.com

About

Jerkson + Scala 2.10 + Streaming Iteration

License:MIT License


Languages

Language:Scala 91.9%Language:Shell 7.8%Language:Java 0.3%