mirror of
https://github.com/avitex/elixir-glicko
synced 2025-11-03 15:13:28 +00:00
Elixir implementation of the Glicko rating system
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.24.2 to 0.34.0. - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md) - [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.24.2...v0.34.0) --- updated-dependencies: - dependency-name: ex_doc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| lib | ||
| test | ||
| .credo.exs | ||
| .formatter.exs | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
Glicko
Implementation of the Glicko rating system.
Documentation hosted on hexdocs.
Installation
Add glicko to your list of dependencies in mix.exs:
def deps do
[{:glicko, "~> 0.8.0"}]
end