rtmidi 0.1.0, librtmidi external (#625)
* 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>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
name = "librtmidi"
|
||||
description = "Common API for realtime MIDI input/output across multiple platforms"
|
||||
|
||||
maintainers = ["Fabien Chouteau <fabien.chouteau@gmail.com>"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
|
||||
[[external]]
|
||||
kind = "system"
|
||||
[external.origin."case(distribution)"]
|
||||
"debian|ubuntu" = ["librtmidi-dev"]
|
||||
"msys2" = ["mingw-w64-x86_64-rtmidi"]
|
||||
"arch|fedora" = ["rtmidi"]
|
||||
@@ -0,0 +1,17 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user