arduino-builder 1.3.25-1ubuntu1.1 source package in Ubuntu

Changelog

arduino-builder (1.3.25-1ubuntu1.1) focal-security; urgency=medium

  * No-change rebuild due to golang-1.13 update

 -- David Fernandez Gonzalez <email address hidden>  Tue, 11 Oct 2022 02:54:23 +0200

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
electronics
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc
Focal 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-1ubuntu1.1.debian.tar.xz 8.4 KiB 63af0a0458aa7f17870258b6fe874ff41b351d7a346a9236c640c6115f9d813d
arduino-builder_1.3.25-1ubuntu1.1.dsc 2.4 KiB 701103084b728679c149dab4d522af37971e91692f5ab28b5ee23d906abd63d7

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.