neelsmith / greek

Utilities in Scala for working with polytonic ancient Greek.
https://neelsmith.github.io/greek/
2 stars 3 forks source link

greek library

What it is

greek is a cross-platform library for working with strings representing ancient Greek.

Current version: 9.0.0

Status: active development. Release notes.

Documentation

License

GPL 3.0

Using, building and test

greek is compiled for both the JVM and ScalaJS using scala versions 2.10, 2.11 and 2.12. Binaries for all platforms are available from jcenter.

If you are using sbt, include Resolver.jcenterRepo in your list of resolvers

resolvers += Resolver.jcenterRepo

and add this to your library dependencies:

"edu.holycross.shot" %% "greek" % VERSION

For maven, ivy or gradle equivalents, refer to https://bintray.com/neelsmith/maven/greek.

To build from source and test, use normal sbt commands (compile, test ...).