arduino-builder 1.3.25-3 source package in Ubuntu
Changelog
arduino-builder (1.3.25-3) unstable; urgency=medium * Team upload * [9f52c5c] d/rules: Set 'GO111MODULE=auto' while dh_auto_test - Closes: #997117 * [f36a4f1] d/control: Bump Standards-Version to 4.6.0 - No changes needed. -- Carsten Schoenert <email address hidden> Sun, 24 Oct 2021 12:37:30 +0200
Upload details
- Uploaded by:
- Debian Electronics Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Electronics Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
arduino-builder_1.3.25-3.dsc | 2.2 KiB | 99052f45105eb46478aeb44b4158240842684c267031d92dcbbe4638d6988ee2 |
arduino-builder_1.3.25.orig.tar.xz | 146.9 KiB | 091c1b513b06cc77ad260ec0af4ae76bc0cb0d9ae82143899de3080490ec12e3 |
arduino-builder_1.3.25-3.debian.tar.xz | 9.6 KiB | 2545d98dd05b2b294645d1a13bedc9b5fc346ec14aef34cdba06a7066283dfb7 |
Available diffs
- diff from 1.3.25-2 to 1.3.25-3 (705 bytes)
No changes file available.
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.