-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
emdee 0.1.0 (via
alr publish --submit
)
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name = "emdee" | ||
description = "Performance assistant for Musical Directors" | ||
long-description = """ | ||
# Overview | ||
`eMDee` is a live performance and rehearsal assistant for musical directors which removes the need to have folders of tracks and command-line windows open in order to play backing tracks for performance groups such as singers, choirs, and theatre-groups. | ||
The MD can plan in advance the order of performance; later, `eMDee` will facilitate the playing of each track in the specfied order during the performance. | ||
Additional controls may be added to specific tracks such as changing the volume level. | ||
""" | ||
|
||
version = "0.1.0" | ||
|
||
authors = ["Stephen Merrony"] | ||
maintainers = ["Stephen Merrony <[email protected]>"] | ||
maintainers-logins = ["SMerrony"] | ||
licenses = "GPL-3.0-or-later" | ||
website = "https://github.com/SMerrony/emdee" | ||
tags = ["performance", "theatre", "midi", "mp3", "soundtrack", "player", "wav", "flac", "ogg", "music", "ffplay", "aplaymidi", "playsmf"] | ||
|
||
executables = ["emdee"] | ||
|
||
[available.'case(os)'] | ||
linux = true | ||
macos = false | ||
windows = true | ||
'...' = false | ||
|
||
[[depends-on]] | ||
gtkada = "^24.0.0" | ||
|
||
[[depends-on]] | ||
ada_toml = "~0.4.0" | ||
|
||
[build-switches] | ||
"*".ada_version = "Ada2022" | ||
development.style_checks = ["-gnaty-m"] | ||
release.style_checks = "No" | ||
|
||
[[depends-on]] | ||
win32ada = "^23.0.0" | ||
|
||
[origin] | ||
commit = "47883e2ebee4189ce13abe6b196577dfc8750af1" | ||
url = "git+https://github.com/SMerrony/emdee.git" | ||
|