diff --git a/F/FNCFunctions/Compat.toml b/F/FNCFunctions/Compat.toml new file mode 100644 index 000000000000000..f7cfeb1513f29ea --- /dev/null +++ b/F/FNCFunctions/Compat.toml @@ -0,0 +1,6 @@ +[0] +LinearAlgebra = "1.11.0-1" +OrdinaryDiffEq = "6.90.1-6" +Polynomials = "4.0.12-4" +SparseArrays = "1.11.0-1" +julia = "1" diff --git a/F/FNCFunctions/Deps.toml b/F/FNCFunctions/Deps.toml new file mode 100644 index 000000000000000..9ed800ca63ad26d --- /dev/null +++ b/F/FNCFunctions/Deps.toml @@ -0,0 +1,5 @@ +[0] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" +Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" diff --git a/F/FNCFunctions/Package.toml b/F/FNCFunctions/Package.toml new file mode 100644 index 000000000000000..b96f36e57256ce5 --- /dev/null +++ b/F/FNCFunctions/Package.toml @@ -0,0 +1,3 @@ +name = "FNCFunctions" +uuid = "ab0dfefa-d313-416d-841c-e73335ae36c8" +repo = "https://github.com/fncbook/FNCFunctions.jl.git" diff --git a/F/FNCFunctions/Versions.toml b/F/FNCFunctions/Versions.toml new file mode 100644 index 000000000000000..486092f2dc5f518 --- /dev/null +++ b/F/FNCFunctions/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "0c25c00d8746aa8b972b255675d4490aa47d65c5" diff --git a/Registry.toml b/Registry.toml index 340636fdf36e8af..7515c82b83f371c 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7948,6 +7948,7 @@ aafaddc9-749c-510e-ac4f-586e18779b91 = { name = "CatIndices", path = "C/CatIndic aafdbc67-5cd5-409a-82a0-ebc47ac8091e = { name = "ExplicitFluxLayers", path = "E/ExplicitFluxLayers" } ab02a1b2-a7df-11e8-156e-fb1833f50b87 = { name = "TableOperations", path = "T/TableOperations" } ab0dad50-ab19-448c-b796-13553ec8b2d3 = { name = "OpticalFlowUtils", path = "O/OpticalFlowUtils" } +ab0dfefa-d313-416d-841c-e73335ae36c8 = { name = "FNCFunctions", path = "F/FNCFunctions" } ab1a18e7-b408-4913-896c-624bb82ed7f4 = { name = "UnixTimes", path = "U/UnixTimes" } ab1be465-a7f0-4423-9048-0ee774b70ed9 = { name = "SPECTrecon", path = "S/SPECTrecon" } ab1feca7-9272-4c7d-b713-789d3461e743 = { name = "NeuralArithmetic", path = "N/NeuralArithmetic" }