From 8b2f8a375477cbfa98d52166ed4c93492d46d5e6 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Fri, 8 Mar 2024 22:31:10 +0000 Subject: [PATCH] New package: IsPositive v1.0.0 UUID: b2621e3c-9d78-409a-a956-21e401f7880f Repo: https://github.com/putianyi889/IsPositive.jl.git Tree: 4cfaef64e301f64a5ea34809955d6325562a322d Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- I/IsPositive/Compat.toml | 2 ++ I/IsPositive/Deps.toml | 0 I/IsPositive/Package.toml | 3 +++ I/IsPositive/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 8 insertions(+) create mode 100644 I/IsPositive/Compat.toml create mode 100644 I/IsPositive/Deps.toml create mode 100644 I/IsPositive/Package.toml create mode 100644 I/IsPositive/Versions.toml diff --git a/I/IsPositive/Compat.toml b/I/IsPositive/Compat.toml new file mode 100644 index 000000000000000..06be3379338c2bd --- /dev/null +++ b/I/IsPositive/Compat.toml @@ -0,0 +1,2 @@ +[1] +julia = "1" diff --git a/I/IsPositive/Deps.toml b/I/IsPositive/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/I/IsPositive/Package.toml b/I/IsPositive/Package.toml new file mode 100644 index 000000000000000..e07aa19a6c58708 --- /dev/null +++ b/I/IsPositive/Package.toml @@ -0,0 +1,3 @@ +name = "IsPositive" +uuid = "b2621e3c-9d78-409a-a956-21e401f7880f" +repo = "https://github.com/putianyi889/IsPositive.jl.git" diff --git a/I/IsPositive/Versions.toml b/I/IsPositive/Versions.toml new file mode 100644 index 000000000000000..72acdf40f143799 --- /dev/null +++ b/I/IsPositive/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "4cfaef64e301f64a5ea34809955d6325562a322d" diff --git a/Registry.toml b/Registry.toml index 32c9613d302f79b..234fb4783c30435 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7485,6 +7485,7 @@ b2531deb-9288-45c6-8f4a-0220551da45d = { name = "KitML", path = "K/KitML" } b255c96a-a4ac-5b61-a2c4-3db36d36609d = { name = "Hermetic", path = "H/Hermetic" } b25a35d4-863d-483c-9fa1-95480bd075d2 = { name = "OkFiles", path = "O/OkFiles" } b261b2ec-6378-4871-b32e-9173bb050604 = { name = "TensorCrossInterpolation", path = "T/TensorCrossInterpolation" } +b2621e3c-9d78-409a-a956-21e401f7880f = { name = "IsPositive", path = "I/IsPositive" } b27032c2-a3e7-50c8-80cd-2d36dbcbfd21 = { name = "LibCURL", path = "L/LibCURL" } b2723bf5-94c5-4359-89e1-3e553b39f040 = { name = "BetaDecayUtils", path = "B/BetaDecayUtils" } b276bca3-8be3-40c5-b17b-0eb635c89c3b = { name = "VirtualAgeModels", path = "V/VirtualAgeModels" }