diff --git a/E/ExactFieldSolutions/Compat.toml b/E/ExactFieldSolutions/Compat.toml new file mode 100644 index 000000000000000..19efe6eae98d570 --- /dev/null +++ b/E/ExactFieldSolutions/Compat.toml @@ -0,0 +1,7 @@ +[0] +ForwardDiff = "0.10" +Plots = "1" +SpecialFunctions = "1-2" +StaticArrays = "1" +UnPack = "1" +julia = "1.9.0-1" diff --git a/E/ExactFieldSolutions/Deps.toml b/E/ExactFieldSolutions/Deps.toml new file mode 100644 index 000000000000000..48c6e7e449cf92a --- /dev/null +++ b/E/ExactFieldSolutions/Deps.toml @@ -0,0 +1,6 @@ +[0] +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" diff --git a/E/ExactFieldSolutions/Package.toml b/E/ExactFieldSolutions/Package.toml new file mode 100644 index 000000000000000..990c477f5609422 --- /dev/null +++ b/E/ExactFieldSolutions/Package.toml @@ -0,0 +1,3 @@ +name = "ExactFieldSolutions" +uuid = "2a6b1ac7-2de5-4354-bffb-bf009f6a4bef" +repo = "https://github.com/tduretz/ExactFieldSolutions.jl.git" diff --git a/E/ExactFieldSolutions/Versions.toml b/E/ExactFieldSolutions/Versions.toml new file mode 100644 index 000000000000000..c0681f27df9a7f7 --- /dev/null +++ b/E/ExactFieldSolutions/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "b0aa04ba0c9f56675acd3a0fa5f3c4fa40f17b64" diff --git a/Registry.toml b/Registry.toml index 5146ace0e3e404d..3d6967893ea6707 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1824,6 +1824,7 @@ some amount of consideration when choosing package names. 2a5dabf5-6a39-42aa-818d-ce8a58d1b312 = { name = "KangarooTwelve", path = "K/KangarooTwelve" } 2a6221f6-aa48-11e9-3542-2d9e0ef01880 = { name = "KaHyPar", path = "K/KaHyPar" } 2a67aa01-6213-50f9-bb91-c167b72acb78 = { name = "GoogleCloudObjectStores", path = "G/GoogleCloudObjectStores" } +2a6b1ac7-2de5-4354-bffb-bf009f6a4bef = { name = "ExactFieldSolutions", path = "E/ExactFieldSolutions" } 2a6d852e-3fac-5a38-885c-fe708af2d09e = { name = "Morton", path = "M/Morton" } 2a7007e0-cd7f-40de-83d0-bb76b7a3c669 = { name = "HoloProcessing", path = "H/HoloProcessing" } 2a74400c-0885-457e-a858-e4f63fac11e2 = { name = "DerivableFunctionsBase", path = "D/DerivableFunctionsBase" }