diff --git a/F/FunctionMaps/Compat.toml b/F/FunctionMaps/Compat.toml new file mode 100644 index 000000000000000..d20eee8f9d2425a --- /dev/null +++ b/F/FunctionMaps/Compat.toml @@ -0,0 +1,5 @@ +[0] +CompositeTypes = "0.1.3-0.1" +LinearAlgebra = "1" +StaticArrays = "1" +julia = "1.10.0-1" diff --git a/F/FunctionMaps/Deps.toml b/F/FunctionMaps/Deps.toml new file mode 100644 index 000000000000000..1b3bfd7d7d1e818 --- /dev/null +++ b/F/FunctionMaps/Deps.toml @@ -0,0 +1,4 @@ +[0] +CompositeTypes = "b152e2b5-7a66-4b01-a709-34e65c35f657" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" diff --git a/F/FunctionMaps/Package.toml b/F/FunctionMaps/Package.toml new file mode 100644 index 000000000000000..0dd68d726e0ecb5 --- /dev/null +++ b/F/FunctionMaps/Package.toml @@ -0,0 +1,3 @@ +name = "FunctionMaps" +uuid = "a85aefff-f8ca-4649-a888-c8e5398bc76c" +repo = "https://github.com/JuliaApproximation/FunctionMaps.jl.git" diff --git a/F/FunctionMaps/Versions.toml b/F/FunctionMaps/Versions.toml new file mode 100644 index 000000000000000..a836b8ec0197ca0 --- /dev/null +++ b/F/FunctionMaps/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "5ed755c5c48028d0e70d0f413ffca0690dd02188" diff --git a/Registry.toml b/Registry.toml index 6275fa5072af20b..1a862575b605559 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7844,6 +7844,7 @@ a83860b7-747b-57cf-bf1f-3e79990d037f = { name = "LibOSXUnwind_jll", path = "jll/ a83a3aaf-d014-45d2-af27-d8a782db1bf5 = { name = "PkgVersionHelper", path = "P/PkgVersionHelper" } a8468747-bd6f-53ef-9e5c-744dbc5c59e7 = { name = "QHull", path = "Q/QHull" } a84bc454-70cc-4f51-8a9d-ca76a5a82222 = { name = "BioSequenceMappings", path = "B/BioSequenceMappings" } +a85aefff-f8ca-4649-a888-c8e5398bc76c = { name = "FunctionMaps", path = "F/FunctionMaps" } a85f0e34-77fa-494d-9980-9155dceff362 = { name = "Refraction", path = "R/Refraction" } a867eb61-6e20-512e-ac9f-cfafa65876cc = { name = "SFML_jll", path = "jll/S/SFML_jll" } a8697a1a-c835-4068-9491-e8abc49d0056 = { name = "QSymbolicsBase", path = "Q/QSymbolicsBase" }