ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.21k stars 348 forks source link

depext: fix Debian/apt lookup for installed packages #6054

Open rjbou opened 1 week ago

rjbou commented 1 week ago

dpkg-query output have the information in the first column, but only the second character needed to be looked up.

kit-ty-kate commented 2 days ago

Queued on https://github.com/ocaml/opam/pull/6063 for CI to succeed