From ca1616bd493a56c4a91897a5d07fde4072f98745 Mon Sep 17 00:00:00 2001 From: JuliaHubRegistrator Date: Fri, 10 Jan 2025 22:06:41 +0000 Subject: [PATCH] New package: NonlinearNormalForm v0.1.0 UUID: 05e19671-dec8-4f15-984f-54eaa6ca64be Repo: https://github.com/bmad-sim/NonlinearNormalForm.jl.git Tree: 041dcf4ea9274b6410195fa5a97d555504f77d9f Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8 --- N/NonlinearNormalForm/Compat.toml | 8 ++++++++ N/NonlinearNormalForm/Deps.toml | 9 +++++++++ N/NonlinearNormalForm/Package.toml | 3 +++ N/NonlinearNormalForm/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 23 insertions(+) create mode 100644 N/NonlinearNormalForm/Compat.toml create mode 100644 N/NonlinearNormalForm/Deps.toml create mode 100644 N/NonlinearNormalForm/Package.toml create mode 100644 N/NonlinearNormalForm/Versions.toml diff --git a/N/NonlinearNormalForm/Compat.toml b/N/NonlinearNormalForm/Compat.toml new file mode 100644 index 000000000000000..09908f0360c759a --- /dev/null +++ b/N/NonlinearNormalForm/Compat.toml @@ -0,0 +1,8 @@ +[0] +DelimitedFiles = "1" +GTPSA = "1" +Reexport = "1" +ReferenceFrameRotations = "3" +SkewLinearAlgebra = "1" +StaticArrays = "1" +julia = "1.9.0-1" diff --git a/N/NonlinearNormalForm/Deps.toml b/N/NonlinearNormalForm/Deps.toml new file mode 100644 index 000000000000000..36f61532d808076 --- /dev/null +++ b/N/NonlinearNormalForm/Deps.toml @@ -0,0 +1,9 @@ +[0] +DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" +GTPSA = "b27dd330-f138-47c5-815b-40db9dd9b6e8" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033" +SkewLinearAlgebra = "5c889d49-8c60-4500-9d10-5d3a22e2f4b9" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" diff --git a/N/NonlinearNormalForm/Package.toml b/N/NonlinearNormalForm/Package.toml new file mode 100644 index 000000000000000..b6872a30f86dcca --- /dev/null +++ b/N/NonlinearNormalForm/Package.toml @@ -0,0 +1,3 @@ +name = "NonlinearNormalForm" +uuid = "05e19671-dec8-4f15-984f-54eaa6ca64be" +repo = "https://github.com/bmad-sim/NonlinearNormalForm.jl.git" diff --git a/N/NonlinearNormalForm/Versions.toml b/N/NonlinearNormalForm/Versions.toml new file mode 100644 index 000000000000000..132c1614eb09535 --- /dev/null +++ b/N/NonlinearNormalForm/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "041dcf4ea9274b6410195fa5a97d555504f77d9f" diff --git a/Registry.toml b/Registry.toml index d3e2b165b397702..70e116f039d1ac6 100644 --- a/Registry.toml +++ b/Registry.toml @@ -278,6 +278,7 @@ some amount of consideration when choosing package names. 05d58fe5-e6ff-58ad-86d6-05dcc0b74504 = { name = "PowerModelsMCDC", path = "P/PowerModelsMCDC" } 05da4de1-0d5c-4141-b8ea-157f25fdd429 = { name = "ItemResponsePlots", path = "I/ItemResponsePlots" } 05dc622f-161e-4567-aeb3-31c6e962d327 = { name = "CopositiveAnalyticCenter", path = "C/CopositiveAnalyticCenter" } +05e19671-dec8-4f15-984f-54eaa6ca64be = { name = "NonlinearNormalForm", path = "N/NonlinearNormalForm" } 05e36573-c726-5118-99be-97aa17437f28 = { name = "XicTools_jll", path = "jll/X/XicTools_jll" } 05e47fe5-458f-5313-a276-ec18ac0ef94c = { name = "XDiag_jll", path = "jll/X/XDiag_jll" } 05e5b401-cbd0-4511-9ee7-1ac7fa2205f5 = { name = "NomnomlJS", path = "N/NomnomlJS" }