Open
Description
I'm experimenting with running a libevent-based web server under OSv using Capstan. It would be useful to have a make target that would write a file with a list of libraries used (so far just libevent-2.0.so.5) and then include that file in Capstanfile.
For future I would like to be able to build an entire blog site (Markdown->HTML, JavaScript, images...) and include all the web content pathnames in Capstanfile as well.
Related discussion from the Docker project: moby/moby#735