No commit activity in last 3 years
No release in over 3 years
Given packages, versions, and a dependency graph, find a valid assignment of package versions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Background¶ ↑

This gem is a drop in replacement for dep-selector to allow people who can’t build dep-selector on their OS (eg. Windows) to use Selector#find_solution.

It’s a crazy work around that rips out the Gecode C extension and replaces Selector#find_solution with a web service call provided by RiotGames/dep-selector-server which is needed for RiotGames/knife_cookbook_dependencies