scm
: Scala CITE managerscm
is a cross-platform library for managing an archive of citable scholarly resources.
It provides facilities for reading source data from CEX and other formats, and for serializing citable data to CEX. The Scala CITE manager simplifies integrating texts, collections, relations, and image extensions in a single environment, including preparing the contents of a digital library for serving with Scala Cite Services (scs).
Status: active development. Release notes
scm
can be built for both the JVM and ScalaJS using any version of Scala from 2.11 onwards. Binaries for all three versions are available from the Nexus repository on <terracotta.hpcc.uh.edu/nexus>.
If you are using sbt, include Resolver.jcenterRepo
in your list of resolvers
resolvers += "Nexus" at "https://terracotta.hpcc.uh.edu/nexus/repository/maven-releases/",
and add this to your library dependencies:
"edu.holycross.shot.cite" %% "scm" % VERSION
For maven, ivy or gradle equivalents, refer to https://bintray.com/neelsmith/maven/ohco2.
To build from source and test, use normal sbt commands (compile
, test
...)
Apply a task to all cross-compiled versions by preceding it with +
. For example, sbt "+ test"