New comment by subnut on void-packages repository https://github.com/void-linux/void-packages/pull/36561#issuecomment-1098102528 Comment: > if they mean for this to be a user-visible tool [...] They do. See https://mongoose.ws/documentation/#packed-filesystem. Basically, the `pack` (renamed to `mongoose-pack` due to reasons mentioned in the template) command takes a file hierarchy and _"packs"_ it into source code, which can then be used while building a server so that the server uses the _packed_ files instead of the actual filesystem. It is useful development only, so I have put it under `mongoose-devel` > [...] then it should have an associated installation target. You mean, a target in the Makefile?