An open API service indexing awesome lists of open source software.

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

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 .