arduino-builder 1.3.25-4ubuntu0.23.10.1 source package in Ubuntu

Changelog

arduino-builder (1.3.25-4ubuntu0.23.10.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Thu, 18 Jan 2024 11:47:30 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
electronics
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security 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-4ubuntu0.23.10.1.debian.tar.xz 7.7 KiB d5e358ea6fca26a53b6ec9a1b69a671500af15bfeb18a275095fa96acbf23f99
arduino-builder_1.3.25-4ubuntu0.23.10.1.dsc 2.2 KiB f47dab441b1347a2ecac39e61d11cc45660de2dd021b13455fc96b4b48e9b297

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.