From 86e2b4fd7034f693f9ef4fb1fd8e90ad32ef4203 Mon Sep 17 00:00:00 2001 From: Registrator Date: Tue, 14 Jun 2022 05:02:59 +0530 Subject: [PATCH] New package: Bagyo v0.1.0 (#62167) UUID: c1840010-6abe-498f-b4fc-b06597083ddc Repo: https://github.com/alstat/Bagyo.jl.git Tree: 4dae9c679eff05e7c4c079939af673ef2308cb07 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- B/Bagyo/Compat.toml | 6 ++++++ B/Bagyo/Deps.toml | 7 +++++++ B/Bagyo/Package.toml | 3 +++ B/Bagyo/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 19 insertions(+) create mode 100644 B/Bagyo/Compat.toml create mode 100644 B/Bagyo/Deps.toml create mode 100644 B/Bagyo/Package.toml create mode 100644 B/Bagyo/Versions.toml diff --git a/B/Bagyo/Compat.toml b/B/Bagyo/Compat.toml new file mode 100644 index 000000000000000..1ad5a0f1fe8c9d2 --- /dev/null +++ b/B/Bagyo/Compat.toml @@ -0,0 +1,6 @@ +[0] +CSV = "0.10.4-0.10" +DataFrames = "1.3.4-1" +HTTP = "0.9.17-0.9" +ZipFile = "0.9.4-0.9" +julia = "1.6.0-1" diff --git a/B/Bagyo/Deps.toml b/B/Bagyo/Deps.toml new file mode 100644 index 000000000000000..961aa706726327a --- /dev/null +++ b/B/Bagyo/Deps.toml @@ -0,0 +1,7 @@ +[0] +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" diff --git a/B/Bagyo/Package.toml b/B/Bagyo/Package.toml new file mode 100644 index 000000000000000..21b019fbf52b696 --- /dev/null +++ b/B/Bagyo/Package.toml @@ -0,0 +1,3 @@ +name = "Bagyo" +uuid = "c1840010-6abe-498f-b4fc-b06597083ddc" +repo = "https://github.com/alstat/Bagyo.jl.git" diff --git a/B/Bagyo/Versions.toml b/B/Bagyo/Versions.toml new file mode 100644 index 000000000000000..9571aff67609f7b --- /dev/null +++ b/B/Bagyo/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "4dae9c679eff05e7c4c079939af673ef2308cb07" diff --git a/Registry.toml b/Registry.toml index 0640f2e4546be03..df39b7e33c8de01 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5948,6 +5948,7 @@ c1654acf-408b-4272-96ce-66c258df8a6c = { name = "ReportMetrics", path = "R/Repor c1673bdb-6aff-560b-99da-c78ea6da9af3 = { name = "MortarContact2DAD", path = "M/MortarContact2DAD" } c16e2fb6-b1e3-11e9-21be-0f591a3b69ea = { name = "ConjGrad", path = "C/ConjGrad" } c17dfb99-b4f7-5aad-8812-456da1ad7187 = { name = "WinRPM", path = "W/WinRPM" } +c1840010-6abe-498f-b4fc-b06597083ddc = { name = "Bagyo", path = "B/Bagyo" } c1840c37-842c-5077-b0bd-95b7c831fb27 = { name = "FastME_jll", path = "F/FastME_jll" } c18a7f1d-76ad-4ce4-950d-5419b888513b = { name = "PatternFolds", path = "P/PatternFolds" } c1912aec-9d41-432b-84fe-e17fd97255be = { name = "OpenTelemetry", path = "O/OpenTelemetry" }