micropython 1.17+ds-1.1build1 source package in Ubuntu

Changelog

micropython (1.17+ds-1.1build1) jammy; urgency=medium

  * No-change rebuild against libmbedcrypto7

 -- Steve Langasek <email address hidden>  Fri, 18 Feb 2022 23:45:11 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
micropython_1.17+ds.orig.tar.xz 4.7 MiB a5fd06560febf7a8a318c41681e871961fea46f35dad53fbb17262c98b9a57b6
micropython_1.17+ds-1.1build1.debian.tar.xz 14.3 KiB 59bad8c8611235b9e504fc2f0435ae317a052c1b47e822e36197ee0fe9cf2d6d
micropython_1.17+ds-1.1build1.dsc 2.2 KiB 98b6de729b999552be6b411d3255649ced927d0a06db7174ef14d46f48e2cc53

View changes file

Binary packages built by this source

micropython: Unix/Linux port of MicroPython for board-independent use on the host

 The Unix port of MicroPython allows testing of programs intended for
 microcontrollers on the local Debian host machine (except for hardware-specific
 parts). It can also be used as another, tiny but mostly compatible, Python 3
 runtime for small scripts (but it comes with FFI and JNI support). This port
 uses optimised assembly code on ARM/Thumb, MIPS, i386 and amd64, and
 setjmp/longjmp-based fallback code on all other architectures.

micropython-dbgsym: debug symbols for micropython