Package arduino-builder: Information

Source package: arduino-builder
Version: 1.3.25-alt2_1
Latest version according to Repology
Build time:  Mar 14, 2019, 08:27 PM in the task #225007
Category: Other
Report package bug
License: GPLv2+
Summary: A command line tool for compiling Arduino sketches
Description: 
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.

List of rpms provided by this srpm:
arduino-builder (x86_64, i586)
arduino-builder-debuginfo (x86_64, i586)

Maintainer: Mikhail Gordeev

List of contributors:
Mikhail Gordeev
Igor Vlasenko

ACL:
Alexey Shabalin
@everybody

    1. git
    2. golang >= 1.4.3
    3. rpm-build-golang
    4. gcc-c++
    5. gcc-common
    6. rpm-macros-golang

Last changed


March 14, 2019 Mikhail Gordeev 1.3.25-alt2_1
- Use vendorized BuildRequires
- Add ExcludeArch aarch64
Nov. 24, 2017 Igor Vlasenko 1.3.25-alt1_1
- new version