ocurrent / solver-service

An OCluster service for solving opam dependencies
Apache License 2.0
12 stars 7 forks source link

Add example and refactor solver-service to lib/bin #2

Closed patricoferris closed 2 years ago

patricoferris commented 2 years ago

This PR adds a small client as an example of making a request for a solve -- it shells out to opam to get various variables and meta-data that is needed.

The solver-service itself was then split into the more common lib/bin structure to make it hopefully easier to test in upcoming PRs.