arduino-builder 1.3.25-4build1 source package in Ubuntu

Changelog

arduino-builder (1.3.25-4build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:13:11 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Electronics Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
arduino-builder_1.3.25.orig.tar.xz 146.9 KiB 091c1b513b06cc77ad260ec0af4ae76bc0cb0d9ae82143899de3080490ec12e3
arduino-builder_1.3.25-4build1.debian.tar.xz 7.6 KiB bb8a7b4d5ed8ac02740212dccd7e3d58be088f48377149075a1be8615aaa17be
arduino-builder_1.3.25-4build1.dsc 2.2 KiB 8e72ca3f3224688ce27b9f3f3b59a6938b27ef53c7acf077f1253998ad69e2d7

View changes file

Binary packages built by this source

arduino-builder: Command line tool for compiling Arduino sketches

 This tool is able to parse Arduino Hardware specifications, properly run 'gcc'
 and produce compiled sketches.
 .
 An Arduino sketch differs from a standard C program in that it misses a 'main'
 (provided by the Arduino core), function prototypes are not mandatory, and
 libraries inclusion is automagic (you just have to #include them). This tool
 generates function prototypes and gathers library paths, providing 'gcc' with
 all the needed '-I' params.