From ee14b40ee96b03b04bdd0b7765baef1967115365 Mon Sep 17 00:00:00 2001 From: Registrator Date: Wed, 24 Mar 2021 00:09:48 +0530 Subject: [PATCH] New package: BranchTests v0.1.1 (#32438) UUID: 734052d1-fea3-4ffe-af92-b9cc64c3051c Repo: https://github.com/dm3/BranchTests.jl.git Tree: 71caaa5800ba0dc48b5ed45a2b98866292709cd1 Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416 --- B/BranchTests/Compat.toml | 2 ++ B/BranchTests/Deps.toml | 2 ++ B/BranchTests/Package.toml | 3 +++ B/BranchTests/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 10 insertions(+) create mode 100644 B/BranchTests/Compat.toml create mode 100644 B/BranchTests/Deps.toml create mode 100644 B/BranchTests/Package.toml create mode 100644 B/BranchTests/Versions.toml diff --git a/B/BranchTests/Compat.toml b/B/BranchTests/Compat.toml new file mode 100644 index 000000000000000..a1b267407790595 --- /dev/null +++ b/B/BranchTests/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1" diff --git a/B/BranchTests/Deps.toml b/B/BranchTests/Deps.toml new file mode 100644 index 000000000000000..2c7c87121833631 --- /dev/null +++ b/B/BranchTests/Deps.toml @@ -0,0 +1,2 @@ +[0] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/B/BranchTests/Package.toml b/B/BranchTests/Package.toml new file mode 100644 index 000000000000000..c69991d18c6abd4 --- /dev/null +++ b/B/BranchTests/Package.toml @@ -0,0 +1,3 @@ +name = "BranchTests" +uuid = "734052d1-fea3-4ffe-af92-b9cc64c3051c" +repo = "https://github.com/dm3/BranchTests.jl.git" diff --git a/B/BranchTests/Versions.toml b/B/BranchTests/Versions.toml new file mode 100644 index 000000000000000..dbdc2252c64f265 --- /dev/null +++ b/B/BranchTests/Versions.toml @@ -0,0 +1,2 @@ +["0.1.1"] +git-tree-sha1 = "71caaa5800ba0dc48b5ed45a2b98866292709cd1" diff --git a/Registry.toml b/Registry.toml index c64ae7afface42d..c0875223c97c68e 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2450,6 +2450,7 @@ some amount of consideration when choosing package names. 731e570b-9d59-4bfa-96dc-6df516fadf69 = { name = "TiffImages", path = "T/TiffImages" } 732a3c5d-d6c0-58bc-adb1-1b51709a25e2 = { name = "EarthOrientation", path = "E/EarthOrientation" } 7332bcdc-bd2a-5999-b4fe-680b85f40771 = { name = "tree_sitter_bash_jll", path = "T/tree_sitter_bash_jll" } +734052d1-fea3-4ffe-af92-b9cc64c3051c = { name = "BranchTests", path = "B/BranchTests" } 735f9d89-249f-4fc4-9125-480239e6a78f = { name = "MicroCoverage", path = "M/MicroCoverage" } 735ffce8-66c7-5b61-a90f-89c46d1a79d5 = { name = "TrafficAssignment", path = "T/TrafficAssignment" } 73760f76-fbc4-59ce-8f25-708e95d2df96 = { name = "SignedDistanceFields", path = "S/SignedDistanceFields" }