An open-source digital implementation of the UCIe 1.1 specification.
You can request a copy of the UCIe 1.1 specification here.
Install sbt. If you run into issues building the Scala code, you may need to switch to Java 17.
To run the tests, run sbt test
from the root of this repository.
To compile the code, run sbt compile
.
To format the code using scalafmt, run sbt scalafmt
.
If you are running sbt
commands frequently, you may find it useful
to leave the sbt shell (launched by running sbt
with no arguments) open.
You can then compile/test the code from the sbt shell.
See the API documentation. The API docs are updated automatically in continuous integration.
If you'd like to contribute, please let us know. You can:
- Open an issue.
- Email [email protected] and [email protected].
Documentation updates, tests, and bugfixes are always welcome. For larger feature additions, please discuss your ideas with us before implementing them.
Contributions can be submitted by opening a pull request against the main branch of this repository.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed under the BSD 3-Clause license, without any additional terms or conditions.