diff --git a/D/DependencyAtlas/Compat.toml b/D/DependencyAtlas/Compat.toml new file mode 100644 index 000000000000000..7484ad222b7e667 --- /dev/null +++ b/D/DependencyAtlas/Compat.toml @@ -0,0 +1,6 @@ +[0] +HTTP = "1" +JET = "0.11" +JSON = "1" +StaticLint = "9" +julia = "1.12.0-1" diff --git a/D/DependencyAtlas/Deps.toml b/D/DependencyAtlas/Deps.toml new file mode 100644 index 000000000000000..edaa0271466ff55 --- /dev/null +++ b/D/DependencyAtlas/Deps.toml @@ -0,0 +1,11 @@ +[0] +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" +JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" +JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce" +Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" +StaticLint = "b3cc710f-9c33-5bdb-a03d-a94903873e97" +TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" +UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" diff --git a/D/DependencyAtlas/Package.toml b/D/DependencyAtlas/Package.toml new file mode 100644 index 000000000000000..37695f6f4bdb889 --- /dev/null +++ b/D/DependencyAtlas/Package.toml @@ -0,0 +1,3 @@ +name = "DependencyAtlas" +uuid = "4fd80dc0-1456-4cb8-b66a-f1af47e41f08" +repo = "https://codeberg.org/karei/DependencyAtlas.jl.git" diff --git a/D/DependencyAtlas/Versions.toml b/D/DependencyAtlas/Versions.toml new file mode 100644 index 000000000000000..d70edc2e79fd242 --- /dev/null +++ b/D/DependencyAtlas/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "fad9939e24c9cd7be3570b4551e457992adb8434" diff --git a/Registry.toml b/Registry.toml index 185160ec56f7395..81d08bfb9c3a429 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4217,6 +4217,7 @@ some amount of consideration when choosing package names. 4fd0377b-cfdc-4941-97f4-8d7ddbb8981e = { name = "FGenerators", path = "F/FGenerators" } 4fd04e27-7767-4ec9-b70f-09a3b509a447 = { name = "PhysicalFDM", path = "P/PhysicalFDM" } 4fd249ec-063c-4b22-9af8-9ff2212cc22c = { name = "TupleSorting", path = "T/TupleSorting" } +4fd80dc0-1456-4cb8-b66a-f1af47e41f08 = { name = "DependencyAtlas", path = "D/DependencyAtlas" } 4fda0319-85a0-4a01-849e-821b918731ee = { name = "InteractionWeightedDIDs", path = "I/InteractionWeightedDIDs" } 4fe2279e-80f0-4adb-8463-ee114ff56b7d = { name = "SparseIR", path = "S/SparseIR" } 4fe253f5-c7a7-4e36-a4a1-b5bab8c98bb8 = { name = "AffineMotions", path = "A/AffineMotions" }