fbcd539a76
* Allow skipping locks, precompile * fix tests * version
26 lines
764 B
TOML
26 lines
764 B
TOML
name = "PortAudio"
|
|
uuid = "80ea8bcb-4634-5cb3-8ee8-a132660d1d2d"
|
|
repo = "https://github.com/JuliaAudio/PortAudio.jl.git"
|
|
version = "1.3.0"
|
|
|
|
[deps]
|
|
alsa_plugins_jll = "5ac2f6bb-493e-5871-9171-112d4c21a6e7"
|
|
libportaudio_jll = "2d7b7beb-0762-5160-978e-1ab83a1e8a31"
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
SampledSignals = "bd7594eb-a658-542f-9e75-4c4d8908c167"
|
|
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
|
|
|
|
[compat]
|
|
julia = "1.6"
|
|
alsa_plugins_jll = "1.2.2"
|
|
libportaudio_jll = "19.6.0"
|
|
SampledSignals = "2.1.1"
|
|
Suppressor = "0.2"
|
|
|
|
[extras]
|
|
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
|
LibSndFile = "b13ce0c6-77b0-50c6-a2db-140568b8d1a5"
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Documenter", "LibSndFile", "Test"]
|