| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bom.cyclonedx.json | 2025-10-20 | 209.7 kB | |
| bom.cyclonedx.json.sigstore | 2025-10-20 | 324.5 kB | |
| bom.cyclonedx.xml | 2025-10-20 | 227.1 kB | |
| bom.cyclonedx.xml.sigstore | 2025-10-20 | 324.5 kB | |
| bom.spdx.json | 2025-10-20 | 285.8 kB | |
| bom.spdx.json.sigstore | 2025-10-20 | 324.5 kB | |
| bom.spdx.yml | 2025-10-20 | 244.8 kB | |
| bom.spdx.yml.sigstore | 2025-10-20 | 324.5 kB | |
| Docs.zip.sigstore | 2025-10-20 | 324.5 kB | |
| Docs.zip | 2025-10-20 | 5.9 MB | |
| Docs.zip.sha1sum | 2025-10-20 | 51 Bytes | |
| Docs.zip.sha256sum | 2025-10-20 | 75 Bytes | |
| elixir-otp-26.exe.sha256sum | 2025-10-20 | 85 Bytes | |
| elixir-otp-26.exe.sigstore | 2025-10-20 | 324.5 kB | |
| elixir-otp-27.exe.sha256sum | 2025-10-20 | 85 Bytes | |
| elixir-otp-27.exe.sigstore | 2025-10-20 | 324.5 kB | |
| elixir-otp-28.exe.sha1sum | 2025-10-20 | 61 Bytes | |
| elixir-otp-28.exe.sha256sum | 2025-10-20 | 85 Bytes | |
| elixir-otp-28.exe.sigstore | 2025-10-20 | 324.5 kB | |
| elixir-otp-26.exe | 2025-10-20 | 8.4 MB | |
| elixir-otp-26.exe.sha1sum | 2025-10-20 | 61 Bytes | |
| elixir-otp-26.zip.sigstore | 2025-10-20 | 324.5 kB | |
| elixir-otp-27.exe | 2025-10-20 | 8.4 MB | |
| elixir-otp-27.exe.sha1sum | 2025-10-20 | 61 Bytes | |
| elixir-otp-27.zip.sha256sum | 2025-10-20 | 84 Bytes | |
| elixir-otp-27.zip.sigstore | 2025-10-20 | 324.5 kB | |
| elixir-otp-28.exe | 2025-10-20 | 8.4 MB | |
| elixir-otp-28.zip.sha256sum | 2025-10-20 | 84 Bytes | |
| elixir-otp-28.zip.sigstore | 2025-10-20 | 324.5 kB | |
| elixir-otp-26.zip | 2025-10-20 | 8.4 MB | |
| elixir-otp-26.zip.sha1sum | 2025-10-20 | 60 Bytes | |
| elixir-otp-26.zip.sha256sum | 2025-10-20 | 84 Bytes | |
| elixir-otp-27.zip | 2025-10-20 | 8.4 MB | |
| elixir-otp-27.zip.sha1sum | 2025-10-20 | 60 Bytes | |
| elixir-otp-28.zip | 2025-10-20 | 8.3 MB | |
| elixir-otp-28.zip.sha1sum | 2025-10-20 | 60 Bytes | |
| README.md | 2025-10-20 | 593 Bytes | |
| v1.19.1 source code.tar.gz | 2025-10-20 | 3.6 MB | |
| v1.19.1 source code.zip | 2025-10-20 | 4.0 MB | |
| Totals: 39 Items | 68.2 MB | 0 | |
1. Bug fixes
EEx
- [EEx] Address Dialyzer warnings when invoking
EEx.compile_string
Elixir
- [Kernel] Optimize how types are computed for pretty printing
- [Kernel] Optimize how differences are computed in the type system
- [Macro] Do not escape options given to
dbg/2 - [Protocol] Improve protocol violation warnings
Mix
- [mix compile] Do not attempt to touch deleted files when compilation fails and then resumed with missing files
- [mix deps.compile] Do not spawn partitions when all dependencies are local and already compiled