diff --git a/index/au/audio_base/audio_base-1.0.0.toml b/index/au/audio_base/audio_base-1.0.0.toml new file mode 100644 index 00000000..52aafb80 --- /dev/null +++ b/index/au/audio_base/audio_base-1.0.0.toml @@ -0,0 +1,18 @@ +description = "Basic Ada packages for audio applications" +long-description = """ +# Audio Base +This crate contains basic Ada packages for audio applications. +""" +name = "audio_base" +version = "1.0.0" +website="https://github.com/Ada-Audio/audio_base" +licenses = "MIT" +authors=["Gustavo A. Hoffmann"] +maintainers = ["gusthoff@gusthoff.com"] +maintainers-logins = ["gusthoff"] +project-files = ["audio_base.gpr"] +tags = ["audio", "riff"] + +[origin] +commit = "8646d0adc2be09c57dd16952a329c4342e5ddb3b" +url = "git+https://github.com/Ada-Audio/audio_base.git" diff --git a/index/cl/clic/clic-0.1.1.toml b/index/cl/clic/clic-0.1.1.toml new file mode 100644 index 00000000..250b83b4 --- /dev/null +++ b/index/cl/clic/clic-0.1.1.toml @@ -0,0 +1,30 @@ +name = "clic" +description = "Command Line Interface Components" +version = "0.1.1" + +authors = ["Alejandro R. Mosteo", "Fabien Chouteau"] +maintainers = ["alejandro@mosteo.com", "Fabien Chouteau "] +maintainers-logins = ["mosteo", "Fabien-Chouteau"] +licenses = "MIT" +tags = ["cli", "command-line", "user-input", "tty"] +website = "https://github.com/alire-project/clic" +long-description = """ +Command Line Interface Components: + - "git like" subcommand handling + - TTY color and formatting + - User input queries +""" + +# TODO: uncomment for alr 1.1.0 +# [configuration] +# disabled = true # CLIC is an Alire dependency using git submodule, so we can't +# # use the crate configuration here. + +[[depends-on]] +aaa = "~0.2.3" +simple_logging = "^1.2.0" +ansiada = "~0.1.0" + +[origin] +commit = "32a93777a3e1796534e07c59966075a3d6f4f503" +url = "git+https://github.com/alire-project/clic.git"