Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 887 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 887 Bytes

Dependency solving for the elm ecosystem

This repository holds two utilities, each in its directory, with slightly different use cases, to deal with dependencies in the elm ecosystem.

  • elm-solve-deps-lib/: a Rust library, based on the pubgrub crate providing a set of types, functions and traits to deal with elm dependencies.
  • elm-solve-deps-bin/: a CLI executable providing a dedicated tool to handle elm dependencies.

Another utility called elm-solve-deps-wasm/, is a WebAssembly package, published on npm, to be able to use this solver directly in JavaScript. That one lives in another repository due to issues compiling the wasm crate with different build profiles when using a Cargo workspace.