<div dir="ltr">Two minor questions about opam files:<div><br></div><div>In my install command, I'd like to do something like "cp _build/* %{foo:lib}%". However, AFAICT there is no way to make opam interpret the glob pattern. For now, I'm putting the command in a shell script and having opam call that shell script. That's slightly roundabout, and I'm wondering if I can avoid it.</div><div><br></div><div>Also in the above I'm using the package name "foo" explicitly. Is there any way to combine with %{name}%? I effectively want %{%{name}%:lib}%, but nested variables don't work.</div><div><br></div><div>Thanks.</div><div><br></div></div>