diff --git a/A/AbstractAnalysis/Compat.toml b/A/AbstractAnalysis/Compat.toml new file mode 100644 index 000000000000000..b5aa06a5da050cc --- /dev/null +++ b/A/AbstractAnalysis/Compat.toml @@ -0,0 +1,5 @@ +[0] +Combinatorics = "1" +ElasticArrays = "1" +StaticVectors = "1" +julia = "1" diff --git a/A/AbstractAnalysis/Deps.toml b/A/AbstractAnalysis/Deps.toml new file mode 100644 index 000000000000000..5b339d49cacdcc6 --- /dev/null +++ b/A/AbstractAnalysis/Deps.toml @@ -0,0 +1,5 @@ +[0] +Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" +ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +StaticVectors = "20fadf95-9e3d-483c-97cd-cab2760e7998" diff --git a/A/AbstractAnalysis/Package.toml b/A/AbstractAnalysis/Package.toml new file mode 100644 index 000000000000000..73bcafc6020d441 --- /dev/null +++ b/A/AbstractAnalysis/Package.toml @@ -0,0 +1,3 @@ +name = "AbstractAnalysis" +uuid = "86512db7-604a-4b90-aeec-df6b673a43d4" +repo = "https://github.com/chakravala/AbstractAnalysis.jl.git" diff --git a/A/AbstractAnalysis/Versions.toml b/A/AbstractAnalysis/Versions.toml new file mode 100644 index 000000000000000..be4b02b6641e82b --- /dev/null +++ b/A/AbstractAnalysis/Versions.toml @@ -0,0 +1,2 @@ +["0.2.0"] +git-tree-sha1 = "0616ed4f114f8607c07c0d94114151716fb55be2" diff --git a/A/AbstractAnalysis/WeakDeps.toml b/A/AbstractAnalysis/WeakDeps.toml new file mode 100644 index 000000000000000..4958ee13d45bf1b --- /dev/null +++ b/A/AbstractAnalysis/WeakDeps.toml @@ -0,0 +1,3 @@ +[0] +Mods = "7475f97c-0381-53b1-977b-4c60186c8d62" +Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae" diff --git a/Registry.toml b/Registry.toml index b2e59f385e3e14e..8d7c45d727bc93e 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7443,6 +7443,7 @@ some amount of consideration when choosing package names. 863f3e99-da2a-4334-8734-de3dacbe5542 = { name = "Comonicon", path = "C/Comonicon" } 8646bddf-ab1c-4fa7-9c51-ba187d647618 = { name = "HMatrices", path = "H/HMatrices" } 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8 = { name = "DataStructures", path = "D/DataStructures" } +86512db7-604a-4b90-aeec-df6b673a43d4 = { name = "AbstractAnalysis", path = "A/AbstractAnalysis" } 8656af21-ed27-44c9-a769-f8a264997c88 = { name = "OptControl", path = "O/OptControl" } 866f66b9-32a5-5756-8490-10a13b5dc930 = { name = "ROCmLLVM_jll", path = "jll/R/ROCmLLVM_jll" } 86711068-29c9-4ff7-b620-ae75d7495b3d = { name = "RxInfer", path = "R/RxInfer" }