Course of Raku / Advanced / Modules / Distributing modules 🆕 / The META6 file

Quiz — Distributions

Which file describes a Raku distribution — its name, version, and what it provides?

0README.md
1META6.json
0Makefile
0distribution.cfg

A distribution is described by META6.json, a JSON file at its top directory. Its provides key maps each module name to its source file, and depends lists the other distributions it needs.

Course navigation

The META6 file   |   zef and the ecosystem