diff --git a/Registry.toml b/Registry.toml index f6d5e1cfc48252c..af7b75709c6fd90 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4724,6 +4724,7 @@ some amount of consideration when choosing package names. 7b38b023-a4d7-4c5e-8d43-3f3097f304eb = { name = "ScanByte", path = "S/ScanByte" } 7b398af1-3c03-4c36-a68d-b29057ec0a45 = { name = "ESeriesRounding", path = "E/ESeriesRounding" } 7b39b095-d77a-58fa-8447-59aa0294474b = { name = "ExSup", path = "E/ExSup" } +7b3b3b3f-8b15-4a80-a798-b383498bc2cf = { name = "Sole", path = "S/Sole" } 7b3dffa2-a94d-4703-aaf5-57911c725dc8 = { name = "SurrealdbWS", path = "S/SurrealdbWS" } 7b4b3212-f72a-4ba2-afa8-103f0bfb7cd6 = { name = "QuasinormalModes", path = "Q/QuasinormalModes" } 7b86fcea-f67b-53e1-809c-8f1719c154e8 = { name = "ATK_jll", path = "jll/A/ATK_jll" } diff --git a/S/Sole/Compat.toml b/S/Sole/Compat.toml new file mode 100644 index 000000000000000..233dede69482a70 --- /dev/null +++ b/S/Sole/Compat.toml @@ -0,0 +1,7 @@ +[0] +Reexport = "1.2.0-1" +SoleBase = "0.11" +SoleData = "0.10" +SoleLogics = "0.4" +SoleModels = "0.2" +julia = "1" diff --git a/S/Sole/Deps.toml b/S/Sole/Deps.toml new file mode 100644 index 000000000000000..688886340344754 --- /dev/null +++ b/S/Sole/Deps.toml @@ -0,0 +1,6 @@ +[0] +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +SoleBase = "4475fa32-7023-44a0-aa70-4813b230e492" +SoleData = "123f1ae1-6307-4526-ab5b-aab3a92a2b8c" +SoleLogics = "b002da8f-3cb3-4d91-bbe3-2953433912b5" +SoleModels = "4249d9c7-3290-4ddd-961c-e1d3ec2467f8" diff --git a/S/Sole/Package.toml b/S/Sole/Package.toml new file mode 100644 index 000000000000000..b366e3825c518a4 --- /dev/null +++ b/S/Sole/Package.toml @@ -0,0 +1,3 @@ +name = "Sole" +uuid = "7b3b3b3f-8b15-4a80-a798-b383498bc2cf" +repo = "https://github.com/aclai-lab/Sole.jl.git" diff --git a/S/Sole/Versions.toml b/S/Sole/Versions.toml new file mode 100644 index 000000000000000..df98628580cb68b --- /dev/null +++ b/S/Sole/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "9f5a0daca4da56511b9543b298710e8ff4a0ee29"