From 2aa1d47328f67a5de978d3bf67fe2df5671326f9 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Tue, 31 Oct 2023 19:29:55 +0000 Subject: [PATCH] New package: HomogeneousTransformations v1.0.0 UUID: 59ef864d-61ee-43f7-9b33-662866a07383 Repo: https://github.com/mechanomy/HomogeneousTransformations.jl.git Tree: 3634a6bd02ff1671a95865222803a4db34e0997d Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- H/HomogeneousTransformations/Compat.toml | 9 +++++++++ H/HomogeneousTransformations/Deps.toml | 8 ++++++++ H/HomogeneousTransformations/Package.toml | 3 +++ H/HomogeneousTransformations/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 23 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..2bc59c8f568c94f --- /dev/null +++ b/H/HomogeneousTransformations/Compat.toml @@ -0,0 +1,9 @@ +[1] +DocStringExtensions = "0.9.3-0.9" +LinearAlgebra = "1" +Printf = "1" +StaticArrays = "1" +Test = "1" +TestItemRunner = "0.2.2-0.2" +TestItems = "0.1.1-0.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..5d69f3e9d78cf57 --- /dev/null +++ b/H/HomogeneousTransformations/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "3634a6bd02ff1671a95865222803a4db34e0997d" diff --git a/Registry.toml b/Registry.toml index b4997edd8722cb3..91aac7a678357bc 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" }