diff --git a/Registry.toml b/Registry.toml index 82e0572637b2d2f..a5611bbb687812e 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2825,6 +2825,7 @@ ba918724-fbf9-5e4a-a61c-87e95654e718 = { name = "REDCap", path = "R/REDCap" } ba998677-2e4b-4950-b481-8cc4322dc218 = { name = "MeshPorter", path = "M/MeshPorter" } babc3d20-cd49-4f60-a736-a8f9c08892d3 = { name = "JDF", path = "J/JDF" } bac558e1-5e72-5ebc-8fee-abe8a469f55d = { name = "OrderedCollections", path = "O/OrderedCollections" } +bac81e26-86e4-4b48-8696-7d0406d5dbc1 = { name = "SEAL", path = "S/SEAL" } bad9efff-1a8e-41fb-9e7d-5d6f530fb0a3 = { name = "EBayes", path = "E/EBayes" } bae27b42-c72a-5733-8f2d-201965195bfc = { name = "LoadTensorDecompositions", path = "L/LoadTensorDecompositions" } bafb0ae5-e5f5-5100-81b6-6a55d777c812 = { name = "GLFixedEffectModels", path = "G/GLFixedEffectModels" } diff --git a/S/SEAL/Compat.toml b/S/SEAL/Compat.toml new file mode 100644 index 000000000000000..7ab487d42eff4fe --- /dev/null +++ b/S/SEAL/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.4.0-1" diff --git a/S/SEAL/Deps.toml b/S/SEAL/Deps.toml new file mode 100644 index 000000000000000..6aa942d569a8fe5 --- /dev/null +++ b/S/SEAL/Deps.toml @@ -0,0 +1,3 @@ +[0] +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +SEAL_jll = "cdf55027-1209-57fc-8789-28745714751d" diff --git a/S/SEAL/Package.toml b/S/SEAL/Package.toml new file mode 100644 index 000000000000000..04e783975a15418 --- /dev/null +++ b/S/SEAL/Package.toml @@ -0,0 +1,3 @@ +name = "SEAL" +uuid = "bac81e26-86e4-4b48-8696-7d0406d5dbc1" +repo = "https://github.com/sloede/SEAL.jl.git" diff --git a/S/SEAL/Versions.toml b/S/SEAL/Versions.toml new file mode 100644 index 000000000000000..7e21419f4b33ba7 --- /dev/null +++ b/S/SEAL/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "75dacb9cbbd05f0a62aebb90f718bec0d7dac1e7"