This folder contains the list of packages built in pyodide.
There are two categories of packages,
- Those that contain a
meta.yamlare built with the Python build system usingpyodide_build/buildall.pyandpyodide_build/buildpkg.pyscripts. - Those that contain a
Makefileare build from the mainMakefilein the root folder.
Packages of the second category will be migrated to use a meta.yaml in the
future (see #713).