diff --git a/F/FixedPointNumerics/Compat.toml b/F/FixedPointNumerics/Compat.toml new file mode 100644 index 000000000000000..b65f7bff46ed38e --- /dev/null +++ b/F/FixedPointNumerics/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.10.0-1.11.1" 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..a71644ed57d42f7 --- /dev/null +++ b/F/FixedPointNumerics/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "fc7c0495646233e353099a17a5c524314d120ab4" diff --git a/Registry.toml b/Registry.toml index 4ec3b927436682e..b87b204c6dd7ebf 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4640,6 +4640,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" }