Files
Dario Binacchi 669f28ac0b package/pocketpy: new package
It is a portable Python 3.x interpreter, written in C11. It has no
dependencies other than the C standard library, which can be easily
integrated into your C/C++ project

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
2025-07-06 17:25:20 +02:00

10 lines
234 B
Plaintext

config BR2_PACKAGE_POCKETPY
bool "pocketpy"
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_STATIC_LIBS # dlfcn.h
help
pocketpy is a portable Python 3.x interpreter,
written in C11.
https://github.com/pocketpy/pocketpy