Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opam list --recursive --depends-on <pkg> should not include the package itself #4446

Open
kit-ty-kate opened this issue Nov 24, 2020 · 1 comment · May be fixed by #5075
Open

opam list --recursive --depends-on <pkg> should not include the package itself #4446

kit-ty-kate opened this issue Nov 24, 2020 · 1 comment · May be fixed by #5075
Labels

Comments

@kit-ty-kate
Copy link
Member

kit-ty-kate commented Nov 24, 2020

opam list --recursive --depends-on ppx_deriving --all-versions -s | grep -F ppx_deriving.
ppx_deriving.0.1
ppx_deriving.0.2
ppx_deriving.0.3
ppx_deriving.1.0
ppx_deriving.1.1
ppx_deriving.2.0
ppx_deriving.2.1
ppx_deriving.2.2
ppx_deriving.3.0
ppx_deriving.3.1
ppx_deriving.3.2
ppx_deriving.3.3
ppx_deriving.4.0
ppx_deriving.4.1
ppx_deriving.4.1.5
ppx_deriving.4.2
ppx_deriving.4.2.1
ppx_deriving.4.3
ppx_deriving.4.4
ppx_deriving.4.4.1
ppx_deriving.4.5
ppx_deriving.5.0
ppx_deriving.5.1
$ opam list --recursive --depends-on labrys.0.1 --all-versions -s
labrys.0.1

This seems a bit counter-intuitive.

@AltGr
Copy link
Member

AltGr commented Dec 15, 2020

Indeed; the same is true for --required-by

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants