99db17c5ed
* remove pins from alire.toml * set correct dependency in the examples
19 lines
523 B
TOML
19 lines
523 B
TOML
name = "avrada_examples"
|
|
description = "Sample applications in Ada for AVR microcontrollers"
|
|
version = "1.0.1"
|
|
|
|
authors = ["Rolf Ebert"]
|
|
maintainers = ["Rolf Ebert <rolf.ebert.gcc@gmx.de>"]
|
|
maintainers-logins = ["RREE"]
|
|
licenses = "GPL-2.0-or-later WITH GCC-exception-3.1"
|
|
website = "https://sourceforge.net/projects/avr-ada/"
|
|
tags = ["avr", "embedded", "demo"]
|
|
|
|
project-files = ["avrada_examples.gpr"]
|
|
|
|
|
|
[origin]
|
|
commit = "72780c766d5e3cb674d012c1775015d4442ce6e0"
|
|
url = "git+https://github.com/RREE/AVRAda_Examples.git"
|
|
|