Hi, the build system of the Go language deduces dependencies between packages from "import"s. Can luarocks do the same? E.g., if some of the modules of a package imports "lpeg", then the module depends on "lpeg". -- Best regards, Boris Nagaev