Packages
Elixir library for obtaining Erlang/OTP version in full resolution (thus beyond System.otp_release/0) and, optionally, in Version-compatible format.
Current section
Files
Jump to
Current section
Files
otp_version
README.md
README.md
# OTPVersion
OTPVersion is an Elixir library for obtaining Erlang/OTP version in full resolution and, optionally, in [Version](https://hexdocs.pm/elixir/Version.html)-compatible format.
## Installation
Add `otp_version` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:otp_version, "~> 0.1.0"}
]
end
```
## Usage
Documentation and examples can be found at https://hexdocs.pm/otp_version.