From 0811bf4fbf29520eda32299ae734e8b5552cd3cf Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 26 Feb 2024 11:13:38 +0000 Subject: [PATCH] New package: WrapIt v1.1.1 UUID: 962878d8-9763-11ee-8c14-fbf60c98afae Repo: https://github.com/grasph/WrapIt.jl.git Tree: ae2b6e1f0d680a42c563e841689dd08a0e104a26 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- Registry.toml | 1 + W/WrapIt/Compat.toml | 3 +++ W/WrapIt/Deps.toml | 2 ++ W/WrapIt/Package.toml | 3 +++ W/WrapIt/Versions.toml | 2 ++ 5 files changed, 11 insertions(+) create mode 100644 W/WrapIt/Compat.toml create mode 100644 W/WrapIt/Deps.toml create mode 100644 W/WrapIt/Package.toml create mode 100644 W/WrapIt/Versions.toml diff --git a/Registry.toml b/Registry.toml index 03f68eabc02511e..36dbb6d79c2abce 100644 --- a/Registry.toml +++ b/Registry.toml @@ -6247,6 +6247,7 @@ some amount of consideration when choosing package names. 961331e1-62bb-46d9-b9e3-f058129f1391 = { name = "UnitfulCosmo", path = "U/UnitfulCosmo" } 961e5755-77e0-4113-a782-3f305e67c3ba = { name = "LabJack", path = "L/LabJack" } 961ee093-0014-501f-94e3-6117800e7a78 = { name = "ModelingToolkit", path = "M/ModelingToolkit" } +962878d8-9763-11ee-8c14-fbf60c98afae = { name = "WrapIt", path = "W/WrapIt" } 962a53e2-84f2-440b-bfbc-4e96ec28357f = { name = "VisualGeometryDatasets", path = "V/VisualGeometryDatasets" } 962e16cf-eed8-4072-a8f8-1d4280395610 = { name = "SineFit", path = "S/SineFit" } 962f5c4a-ca9e-56d3-a659-14f0d9baaf78 = { name = "FEMBeam", path = "F/FEMBeam" } diff --git a/W/WrapIt/Compat.toml b/W/WrapIt/Compat.toml new file mode 100644 index 000000000000000..631e4e254217f6a --- /dev/null +++ b/W/WrapIt/Compat.toml @@ -0,0 +1,3 @@ +[1] +WrapIt_jll = "1.1.1-1" +julia = "1.6.0-1" diff --git a/W/WrapIt/Deps.toml b/W/WrapIt/Deps.toml new file mode 100644 index 000000000000000..766f8a01dd69bcd --- /dev/null +++ b/W/WrapIt/Deps.toml @@ -0,0 +1,2 @@ +[1] +WrapIt_jll = "c56a8eb6-3dd0-5432-903d-1a19a3d2a949" diff --git a/W/WrapIt/Package.toml b/W/WrapIt/Package.toml new file mode 100644 index 000000000000000..8da4e7656c79a05 --- /dev/null +++ b/W/WrapIt/Package.toml @@ -0,0 +1,3 @@ +name = "WrapIt" +uuid = "962878d8-9763-11ee-8c14-fbf60c98afae" +repo = "https://github.com/grasph/WrapIt.jl.git" diff --git a/W/WrapIt/Versions.toml b/W/WrapIt/Versions.toml new file mode 100644 index 000000000000000..979b55b20d4d1c7 --- /dev/null +++ b/W/WrapIt/Versions.toml @@ -0,0 +1,2 @@ +["1.1.1"] +git-tree-sha1 = "ae2b6e1f0d680a42c563e841689dd08a0e104a26"