From d2ece3bd050d31113b2e76e42d9492e176a0eac8 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 2 Feb 2026 19:26:35 +0000 Subject: [PATCH] New package: SortedIntervals v0.1.1 UUID: b6c59e15-8662-4f8a-b157-cd910e143dcd Repo: https://github.com/galenlynch/SortedIntervals.jl.git Tree: d566f25f5eb0ba8e072d5dc289cf5a36cd96f8e9 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3 --- Registry.toml | 1 + S/SortedIntervals/Compat.toml | 2 ++ S/SortedIntervals/Deps.toml | 0 S/SortedIntervals/Package.toml | 3 +++ S/SortedIntervals/Versions.toml | 2 ++ 5 files changed, 8 insertions(+) create mode 100644 S/SortedIntervals/Compat.toml create mode 100644 S/SortedIntervals/Deps.toml create mode 100644 S/SortedIntervals/Package.toml create mode 100644 S/SortedIntervals/Versions.toml diff --git a/Registry.toml b/Registry.toml index f711ef451358967..a4dff032b5fb35b 100644 --- a/Registry.toml +++ b/Registry.toml @@ -9473,6 +9473,7 @@ b6a82cc1-40c9-4006-90b7-9176002c0410 = { name = "EPGsim", path = "E/EPGsim" } b6ac9c74-f072-5636-adac-bd17907ec0b6 = { name = "GoogleMaps", path = "G/GoogleMaps" } b6b21f68-93f8-5de0-b562-5493be1d77c9 = { name = "Ipopt", path = "I/Ipopt" } b6b84edf-6aef-5ff6-9b66-656961a84a09 = { name = "libwebsockets_jll", path = "jll/L/libwebsockets_jll" } +b6c59e15-8662-4f8a-b157-cd910e143dcd = { name = "SortedIntervals", path = "S/SortedIntervals" } b6cd55e5-4d02-4e12-b82c-005f67e784bf = { name = "HCIToolbox", path = "H/HCIToolbox" } b6d4d9e0-4e3a-4c8f-9a1f-2e7b8c9d0e1a = { name = "DelayDifferentialAnalysis", path = "D/DelayDifferentialAnalysis" } b6d65c3a-4a4e-11e9-25d0-d309dc85ddeb = { name = "GEMPIC", path = "G/GEMPIC" } diff --git a/S/SortedIntervals/Compat.toml b/S/SortedIntervals/Compat.toml new file mode 100644 index 000000000000000..503531e6706f5c3 --- /dev/null +++ b/S/SortedIntervals/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.10.0 - 1" diff --git a/S/SortedIntervals/Deps.toml b/S/SortedIntervals/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/S/SortedIntervals/Package.toml b/S/SortedIntervals/Package.toml new file mode 100644 index 000000000000000..85535f26e952cfe --- /dev/null +++ b/S/SortedIntervals/Package.toml @@ -0,0 +1,3 @@ +name = "SortedIntervals" +uuid = "b6c59e15-8662-4f8a-b157-cd910e143dcd" +repo = "https://github.com/galenlynch/SortedIntervals.jl.git" diff --git a/S/SortedIntervals/Versions.toml b/S/SortedIntervals/Versions.toml new file mode 100644 index 000000000000000..efbcbd2090a7732 --- /dev/null +++ b/S/SortedIntervals/Versions.toml @@ -0,0 +1,2 @@ +["0.1.1"] +git-tree-sha1 = "d566f25f5eb0ba8e072d5dc289cf5a36cd96f8e9"