creusot-rs / creusot

Creusot helps you prove your code is correct in an automated fashion.
GNU Lesser General Public License v2.1
1.12k stars 50 forks source link

Binary distribution #1017

Open Armael opened 3 months ago

Armael commented 3 months ago

The current workflow for installing Creusot it too complicated. Ideally we'd like cargo creusot setup to take care of everything, and avoid using opam on the side. For this we need:

xldenis commented 3 months ago

make binary builds of creustot-rustc and cargo-creusot, and decide how we want to distribute them to the end users.

As a note, this is probably the least critical on this list, rust developers intrinsically have cargo on their machines so cargo install should be good enough, especially at first.