diff --git a/Registry.toml b/Registry.toml index f2585ea4b0b7f75..62ed1bfef99e981 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2733,6 +2733,7 @@ some amount of consideration when choosing package names. 340e8cb6-72eb-11e8-37ce-c97ebeb32050 = { name = "SearchLight", path = "S/SearchLight" } 341b8389-5eed-42ab-a01e-622c6bedf032 = { name = "Inherit", path = "I/Inherit" } 3420f54a-cca3-5752-a4b4-c8f5453f04ac = { name = "LibAMVW_jll", path = "jll/L/LibAMVW_jll" } +34245d11-8d86-4cc3-9865-ee17c37bff99 = { name = "ScenarioTheory", path = "S/ScenarioTheory" } 3428059b-622b-5399-b16f-d347a77089a4 = { name = "SymEngine_jll", path = "jll/S/SymEngine_jll" } 343a40d9-ed99-5d34-8b56-649aaa4ecee6 = { name = "soapysdr_jll", path = "jll/S/soapysdr_jll" } 343a5541-a696-4ae7-8102-bc61c09e1896 = { name = "FileCmp", path = "F/FileCmp" } diff --git a/S/ScenarioTheory/Compat.toml b/S/ScenarioTheory/Compat.toml new file mode 100644 index 000000000000000..08bb24cc165adfb --- /dev/null +++ b/S/ScenarioTheory/Compat.toml @@ -0,0 +1,3 @@ +[0] +StatsFuns = "1.5.2 - 1" +julia = "1.11.0 - 1" diff --git a/S/ScenarioTheory/Deps.toml b/S/ScenarioTheory/Deps.toml new file mode 100644 index 000000000000000..870e29127e5dc27 --- /dev/null +++ b/S/ScenarioTheory/Deps.toml @@ -0,0 +1,2 @@ +[0] +StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" diff --git a/S/ScenarioTheory/Package.toml b/S/ScenarioTheory/Package.toml new file mode 100644 index 000000000000000..f2824cdc30609f7 --- /dev/null +++ b/S/ScenarioTheory/Package.toml @@ -0,0 +1,3 @@ +name = "ScenarioTheory" +uuid = "34245d11-8d86-4cc3-9865-ee17c37bff99" +repo = "https://github.com/Zinoex/ScenarioTheory.jl.git" diff --git a/S/ScenarioTheory/Versions.toml b/S/ScenarioTheory/Versions.toml new file mode 100644 index 000000000000000..ff5f8f7c96f8697 --- /dev/null +++ b/S/ScenarioTheory/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "9dffd88e3833937e1f1a2d9a02c631fbaa79aca8"