From 2cf02e6c5c4cbb3ef210ab2cfe8a6fbfce021e86 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Tue, 31 Oct 2023 18:50:09 +0000 Subject: [PATCH] New package: HomogeneousTransformations v1.0.0 UUID: 59ef864d-61ee-43f7-9b33-662866a07383 Repo: https://github.com/mechanomy/HomogeneousTransformations.jl.git Tree: 11f729f9908cb747606e2947d665f4541736ddcf Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- H/HomogeneousTransformations/Compat.toml | 2 ++ H/HomogeneousTransformations/Deps.toml | 8 ++++++++ H/HomogeneousTransformations/Package.toml | 3 +++ H/HomogeneousTransformations/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 16 insertions(+) create mode 100644 H/HomogeneousTransformations/Compat.toml create mode 100644 H/HomogeneousTransformations/Deps.toml create mode 100644 H/HomogeneousTransformations/Package.toml create mode 100644 H/HomogeneousTransformations/Versions.toml diff --git a/H/HomogeneousTransformations/Compat.toml b/H/HomogeneousTransformations/Compat.toml new file mode 100644 index 000000000000000..06be3379338c2bd --- /dev/null +++ b/H/HomogeneousTransformations/Compat.toml @@ -0,0 +1,2 @@ +[1] +julia = "1" diff --git a/H/HomogeneousTransformations/Deps.toml b/H/HomogeneousTransformations/Deps.toml new file mode 100644 index 000000000000000..22481614ac94dca --- /dev/null +++ b/H/HomogeneousTransformations/Deps.toml @@ -0,0 +1,8 @@ +[1] +DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" +TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe" diff --git a/H/HomogeneousTransformations/Package.toml b/H/HomogeneousTransformations/Package.toml new file mode 100644 index 000000000000000..c5cfc80d7053e8c --- /dev/null +++ b/H/HomogeneousTransformations/Package.toml @@ -0,0 +1,3 @@ +name = "HomogeneousTransformations" +uuid = "59ef864d-61ee-43f7-9b33-662866a07383" +repo = "https://github.com/mechanomy/HomogeneousTransformations.jl.git" diff --git a/H/HomogeneousTransformations/Versions.toml b/H/HomogeneousTransformations/Versions.toml new file mode 100644 index 000000000000000..2afe8369707713f --- /dev/null +++ b/H/HomogeneousTransformations/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "11f729f9908cb747606e2947d665f4541736ddcf" diff --git a/Registry.toml b/Registry.toml index 6f476d15e4411d1..aec2f081dc9a69a 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3592,6 +3592,7 @@ some amount of consideration when choosing package names. 59d54670-b8ac-4d81-ab7a-bb56233e17ab = { name = "ThreadedSparseArrays", path = "T/ThreadedSparseArrays" } 59ddf330-608c-4938-8bc9-a4ee97bbbea6 = { name = "NearestCorrelationMatrix", path = "N/NearestCorrelationMatrix" } 59e4e452-c47b-403c-8686-89bfb73b4fba = { name = "ModiaPlot_PyPlot", path = "M/ModiaPlot_PyPlot" } +59ef864d-61ee-43f7-9b33-662866a07383 = { name = "HomogeneousTransformations", path = "H/HomogeneousTransformations" } 59f5dcf9-29de-47f3-bbe3-a47d1f19a124 = { name = "SurfaceReactions", path = "S/SurfaceReactions" } 59f7168a-df46-5410-90c8-f2779963d0ec = { name = "Giflib_jll", path = "jll/G/Giflib_jll" } 5a033b19-8c74-5913-a970-47c3779ef25c = { name = "CurveFit", path = "C/CurveFit" }