From f40261b0fc8d57ad34a1e04e85cadc7acd7e5f1b Mon Sep 17 00:00:00 2001 From: JuliaHubRegistrator Date: Thu, 24 Oct 2024 01:27:54 +0000 Subject: [PATCH] New package: FixedPointNumerics v0.0.1 UUID: 667e4c0e-a733-4321-83c7-c10aa58aff6a Repo: https://github.com/tobyfarley/FixedPointNumerics.jl.git Tree: 7357f7db19a432873e566a024f7ec23dbaead252 Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8 --- F/FixedPointNumerics/Compat.toml | 2 ++ F/FixedPointNumerics/Deps.toml | 0 F/FixedPointNumerics/Package.toml | 3 +++ F/FixedPointNumerics/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 8 insertions(+) create mode 100644 F/FixedPointNumerics/Compat.toml create mode 100644 F/FixedPointNumerics/Deps.toml create mode 100644 F/FixedPointNumerics/Package.toml create mode 100644 F/FixedPointNumerics/Versions.toml diff --git a/F/FixedPointNumerics/Compat.toml b/F/FixedPointNumerics/Compat.toml new file mode 100644 index 000000000000000..0df376bce79bafa --- /dev/null +++ b/F/FixedPointNumerics/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.10.0-*" diff --git a/F/FixedPointNumerics/Deps.toml b/F/FixedPointNumerics/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/F/FixedPointNumerics/Package.toml b/F/FixedPointNumerics/Package.toml new file mode 100644 index 000000000000000..2cd53d7082c6589 --- /dev/null +++ b/F/FixedPointNumerics/Package.toml @@ -0,0 +1,3 @@ +name = "FixedPointNumerics" +uuid = "667e4c0e-a733-4321-83c7-c10aa58aff6a" +repo = "https://github.com/tobyfarley/FixedPointNumerics.jl.git" diff --git a/F/FixedPointNumerics/Versions.toml b/F/FixedPointNumerics/Versions.toml new file mode 100644 index 000000000000000..0493c398b7cf50e --- /dev/null +++ b/F/FixedPointNumerics/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "7357f7db19a432873e566a024f7ec23dbaead252" diff --git a/Registry.toml b/Registry.toml index 74734e714c4933d..6eac0bdf9ddf690 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4639,6 +4639,7 @@ some amount of consideration when choosing package names. 666f501e-685d-4e36-ab44-ece85df6022b = { name = "ITensorNumericalAnalysis", path = "I/ITensorNumericalAnalysis" } 667455a9-e2ce-5579-9412-b964f529a492 = { name = "Cubature", path = "C/Cubature" } 66763231-799b-5fff-8662-389acfc33a85 = { name = "IPNets", path = "I/IPNets" } +667e4c0e-a733-4321-83c7-c10aa58aff6a = { name = "FixedPointNumerics", path = "F/FixedPointNumerics" } 66835562-f1c4-5586-a145-e564a3963a4b = { name = "HighLevelTypes", path = "H/HighLevelTypes" } 668502ff-1e8f-42bf-95c7-24f1e819f537 = { name = "ParametrisedConvexApproximators", path = "P/ParametrisedConvexApproximators" } 66877b0d-840f-4af8-a0b5-b62f5ea465b3 = { name = "MultiBisect", path = "M/MultiBisect" }