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>
10 lines
234 B
Plaintext
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
|