whily / chinesecalendar

Scala library for Chinese Calendar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chinesecalendar

Build Status

Chinesecalendar is a Scala library for Chinese Calendar.

Features to include:

  • Chinese Calendar between BCE 841 to CE 2100.

For more information about Chinesecalendar, please go to https://github.com/whily/chinesecalendar

Wiki pages can be found at https://wiki.github.com/whily/chinesecalendar

Development

The following tools are needed to build Chinesecalendar from source:

  • JDK version 6/7/8 from http://www.java.com if Java is not available. Note that JDK is preinstalled on Mac OS X and available via package manager on many Linux systems.
  • Scala (2.11.11)
  • sbt (0.13.16)

The project follows general sbt architecture, therefore normal sbt commands can be used to build the library: compile, doc, test, etc. For details, please refer http://scala.micronauticsresearch.com/sbt/useful-sbt-commands.

Currently the library is not published to any public repository yet. To use this library with your project, you need to download the source code, and run sbt publish-local in your command line. Then, include following line in your sbt configuration file.

      libraryDependencies += "net.whily" %% "chinesecalendar" % "0.2.1-SNAPSHOT"

About

Scala library for Chinese Calendar.

License:GNU General Public License v2.0


Languages

Language:Scala 100.0%