https://github.com/hexpm/hex_solver
PubGrub based dependency version solver for Hex
https://github.com/hexpm/hex_solver
Last synced: about 1 year ago
JSON representation
PubGrub based dependency version solver for Hex
- Host: GitHub
- URL: https://github.com/hexpm/hex_solver
- Owner: hexpm
- Created: 2021-08-24T12:37:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T17:57:15.000Z (about 3 years ago)
- Last Synced: 2025-04-26T05:45:11.757Z (about 1 year ago)
- Language: Elixir
- Homepage: https://hexdocs.pm/hex_solver
- Size: 839 KB
- Stars: 11
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# HexSolver
PubGrub based version solver used by [Hex](https://github.com/hexpm/hex).
### References
* [PubGrub: Next-Generation Version Solving](https://nex3.medium.com/pubgrub-2fb6470504f)
* [Solver documentation](https://github.com/dart-lang/pub/blob/master/doc/solver.md)
* [Dart solver implementation](https://github.com/dart-lang/pub)
* [Dart semver implementation](https://github.com/dart-lang/pub-semver)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `hex_solver` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:hex_solver, "~> 0.2.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .