I didn't found any related info in the internet. I used to use npm i some_package and my package gets saved into packages.json and installed in local project directory in node.js. I don't understand how to make such thing with nimble. I used nimble init and it gave me similar to node.js-like project layout but I don't understand how do I reinstall all the needed deps on another computer even using manual typing dependencies strings in .nimble file.
Another question: how to specify specific version of package, e.g. opengl 1.2.3 in nimble file?