Files
alire-index-community/index/he/hello/hello-1.0.2.toml
T
Alejandro R Mosteo 4490d94341 hello 1.0.2, libhello 1.0.1 (#628)
Add Alire manifests and enable use of configuration

Co-authored-by: GHA <actions@github.com>
2022-09-14 09:50:14 +02:00

21 lines
485 B
TOML

name = "hello"
description = "'Hello, world!' demonstration project"
version = "1.0.2"
tags = ["hello", "demo"]
licenses = "MIT"
website = "https://github.com/alire-project/hello"
authors = ["Alejandro R. Mosteo"]
maintainers = ["Alejandro R. Mosteo <alejandro@mosteo.com>"]
maintainers-logins = ["mosteo"]
executables = ["hello"]
[[depends-on]]
libhello = "^1.0"
[origin]
commit = "5715870bf1637ac06c87a3db580d4efdfd5daeed"
url = "git+https://github.com/alire-project/hello.git"