diff --git a/A/AIFF/Compat.toml b/A/AIFF/Compat.toml new file mode 100644 index 000000000000000..8db9efda2baea44 --- /dev/null +++ b/A/AIFF/Compat.toml @@ -0,0 +1,3 @@ +[0] +Libdl = "1" +julia = "1.6.0-1" diff --git a/A/AIFF/Deps.toml b/A/AIFF/Deps.toml new file mode 100644 index 000000000000000..63e4f630e6012bb --- /dev/null +++ b/A/AIFF/Deps.toml @@ -0,0 +1,2 @@ +[0] +Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" diff --git a/A/AIFF/Package.toml b/A/AIFF/Package.toml new file mode 100644 index 000000000000000..8d59c7330b71318 --- /dev/null +++ b/A/AIFF/Package.toml @@ -0,0 +1,3 @@ +name = "AIFF" +uuid = "1b604ab5-8734-4983-954d-ef9ae1cbea4b" +repo = "https://github.com/JuliaAudio/AIFF.jl.git" diff --git a/A/AIFF/Versions.toml b/A/AIFF/Versions.toml new file mode 100644 index 000000000000000..285f407c93583c9 --- /dev/null +++ b/A/AIFF/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "c655be6d28b4c19df095287bc2020d987be5ba3a" diff --git a/Registry.toml b/Registry.toml index 30143cc7c019b57..1adaac82f93d256 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1491,6 +1491,7 @@ some amount of consideration when choosing package names. 1b4d18b6-9e5d-11e9-236c-f792b01831f8 = { name = "RangeEnclosures", path = "R/RangeEnclosures" } 1b53aba6-35b6-5f92-a507-53c67d53f819 = { name = "CUTEst", path = "C/CUTEst" } 1b5eed3d-1f46-4baa-87f3-a4a892b23610 = { name = "RustyObjectStore", path = "R/RustyObjectStore" } +1b604ab5-8734-4983-954d-ef9ae1cbea4b = { name = "AIFF", path = "A/AIFF" } 1b61a8d9-79ed-4491-8266-ef37f39e1727 = { name = "UnitDiskMapping", path = "U/UnitDiskMapping" } 1b67bd2a-23ea-4736-a23a-3ec91cbf2075 = { name = "Xyce", path = "X/Xyce" } 1b6a4a23-ba22-4f51-9698-8599985d3728 = { name = "MLJMultivariateStatsInterface", path = "M/MLJMultivariateStatsInterface" }