33e941f730
* Create rtmidi-0.1.0.toml * Create librtmidi-external.toml * Update rtmidi-0.1.0.toml Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
18 lines
498 B
TOML
18 lines
498 B
TOML
name = "rtmidi"
|
|
description = "Ada \"middleweight\" binding for the rtMIDI library"
|
|
version = "0.1.0"
|
|
website="https://github.com/Fabien-Chouteau/rtmidi_ada"
|
|
tags=["midi", "rtmidi", "music"]
|
|
licenses = "MIT"
|
|
|
|
authors = ["Fabien Chouteau"]
|
|
maintainers = ["Fabien Chouteau <fabien.chouteau@gmail.com>"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
|
|
[[depends-on]]
|
|
librtmidi = "*"
|
|
|
|
[origin]
|
|
commit = "bae317e44152832eb0e4b6883a34cddb19a6107a"
|
|
url = "git+https://github.com/Fabien-Chouteau/rtmidi_ada.git"
|