From 5ccf560d2fa771bc825bdbf59553af416d535bcc Mon Sep 17 00:00:00 2001 From: Registrator Date: Sun, 22 Nov 2020 19:52:25 +0530 Subject: [PATCH] New package: SeqLoggers v0.2.0 (#24958) UUID: 5370ec29-8137-43b2-8ce7-bd26b38685e0 Repo: https://github.com/ueliwechsler/SeqLoggers.jl.git Tree: cda36ab24ddb586d08ea66930478eaafc14d453b Registrator tree SHA: 7c16227cd1dc9bae38e25d6dc6f9c020f8ebca46 Co-authored-by: julpro --- Registry.toml | 1 + S/SeqLoggers/Compat.toml | 5 +++++ S/SeqLoggers/Deps.toml | 6 ++++++ S/SeqLoggers/Package.toml | 3 +++ S/SeqLoggers/Versions.toml | 2 ++ 5 files changed, 17 insertions(+) create mode 100644 S/SeqLoggers/Compat.toml create mode 100644 S/SeqLoggers/Deps.toml create mode 100644 S/SeqLoggers/Package.toml create mode 100644 S/SeqLoggers/Versions.toml diff --git a/Registry.toml b/Registry.toml index 7d7d50a08d43b4d..7d4c7e45b734f4a 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1570,6 +1570,7 @@ some amount of consideration when choosing package names. 533b6e3a-cbf4-4a92-8a96-bc27ebcb1598 = { name = "EchelleInstruments", path = "E/EchelleInstruments" } 535c2557-d7d0-564d-8ff9-4ae146c18cfe = { name = "ClinicalTrialUtilities", path = "C/ClinicalTrialUtilities" } 535c7bfe-2023-5c1d-b712-654ef9d93a38 = { name = "SauterSchwabQuadrature", path = "S/SauterSchwabQuadrature" } +5370ec29-8137-43b2-8ce7-bd26b38685e0 = { name = "SeqLoggers", path = "S/SeqLoggers" } 53714aee-e5d1-4d1b-abff-f814f0c675a5 = { name = "DiffPrivacy", path = "D/DiffPrivacy" } 537997a7-5e4e-5d89-9595-2241ea00577e = { name = "AbstractPlotting", path = "A/AbstractPlotting" } 537ec7c9-aaee-45d0-8af0-4b77892958a6 = { name = "Photosynthesis", path = "P/Photosynthesis" } diff --git a/S/SeqLoggers/Compat.toml b/S/SeqLoggers/Compat.toml new file mode 100644 index 000000000000000..4db09b8db7421ad --- /dev/null +++ b/S/SeqLoggers/Compat.toml @@ -0,0 +1,5 @@ +[0] +HTTP = "0.8" +LoggingExtras = "0.4" +WorkerUtilities = "1" +julia = "1.3.0-1" diff --git a/S/SeqLoggers/Deps.toml b/S/SeqLoggers/Deps.toml new file mode 100644 index 000000000000000..6f14546d109ac7a --- /dev/null +++ b/S/SeqLoggers/Deps.toml @@ -0,0 +1,6 @@ +[0] +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" +Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" +LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36" +WorkerUtilities = "76eceee3-57b5-4d4a-8e66-0e911cebbf60" diff --git a/S/SeqLoggers/Package.toml b/S/SeqLoggers/Package.toml new file mode 100644 index 000000000000000..4340360edee3864 --- /dev/null +++ b/S/SeqLoggers/Package.toml @@ -0,0 +1,3 @@ +name = "SeqLoggers" +uuid = "5370ec29-8137-43b2-8ce7-bd26b38685e0" +repo = "https://github.com/ueliwechsler/SeqLoggers.jl.git" diff --git a/S/SeqLoggers/Versions.toml b/S/SeqLoggers/Versions.toml new file mode 100644 index 000000000000000..279a5e05b1a0d28 --- /dev/null +++ b/S/SeqLoggers/Versions.toml @@ -0,0 +1,2 @@ +["0.2.0"] +git-tree-sha1 = "cda36ab24ddb586d08ea66930478eaafc14d453b"