#visual-studio #solution #microsoft #parser #analyze #sln

bin+lib solv

SOLution Validation tool that analyzes Microsoft Visual Studio solutions

77 releases (15 breaking)

0.16.0 Feb 26, 2024
0.15.3 Oct 20, 2023
0.14.0 Oct 3, 2023
0.10.1 Jul 30, 2023
0.3.3 Mar 23, 2021

#111 in Text editors

Download history 200/week @ 2024-02-26 6/week @ 2024-03-04 29/week @ 2024-03-11 580/week @ 2024-03-18 116/week @ 2024-04-01

726 downloads per month

MIT license

190KB
4K SLoC

crates.io downloads CI codecov

solv

Microsoft Visual Studio SOLution Validation console tool and parsing library written in Rust

Install the pre-compiled binary

homebrew (only on macOS and Linux for now):

Add my tap (do it once):

brew tap aegoroff/tap

And then install solv:

brew install solv

Update solv if already installed:

brew upgrade solv

scoop:

scoop bucket add aegoroff https://github.com/aegoroff/scoop-bucket.git
scoop install solv

AUR (Arch Linux User Repository):

install binary package:

 yay -S solv-bin

or if yay reports that package not found force updating repo info

yay -Syyu solv-bin

install using cargo so builiding on target machine:

 yay -S solv

or if yay reports that package not found force updating repo info

yay -Syyu solv

manually:

Download the pre-compiled binaries from the releases and copy to the desired location. RPM and DEB packages are available to install under RedHat or Debian based Linux distros.

install deb package on Arch Linux:

  1. Install debtap from AUR using yay:
 yay -S debtap
  1. Create equivalent package using debtap:
 sudo debtap -u
 debtap solv_x.x.x_amd64.deb
  1. Install using pacman:
sudo pacman -U solv-x.x.x-1-x86_64.pkg.tar.zst

Dependencies

~13–23MB
~338K SLoC