From 83d97014594a97fd02a7135db8c87b06b7ac82fd Mon Sep 17 00:00:00 2001 From: Stephen Merrony Date: Thu, 27 Jun 2024 16:42:19 +0200 Subject: [PATCH] emdee 0.2.1 (via `alr publish --submit`) --- index/em/emdee/emdee-0.2.1.toml | 49 +++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 index/em/emdee/emdee-0.2.1.toml diff --git a/index/em/emdee/emdee-0.2.1.toml b/index/em/emdee/emdee-0.2.1.toml new file mode 100644 index 000000000..9778e370c --- /dev/null +++ b/index/em/emdee/emdee-0.2.1.toml @@ -0,0 +1,49 @@ +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.2.1" # TODO Update for each release + +authors = ["Stephen Merrony"] +maintainers = ["Stephen Merrony "] +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]] +gnat = "^13.0" +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]] +[depends-on.'case(os)'.windows] +win32ada = "^23.0.0" + +[origin] +commit = "514ac5e10b1b69b586f60a37d74b4d4d158f05e2" +url = "git+https://github.com/SMerrony/emdee.git" +