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