diff --git a/O/OrdinaryDiffEqLowOrderRK/Compat.toml b/O/OrdinaryDiffEqLowOrderRK/Compat.toml new file mode 100644 index 000000000000000..6ec41b8cf5d8c0b --- /dev/null +++ b/O/OrdinaryDiffEqLowOrderRK/Compat.toml @@ -0,0 +1,11 @@ +[1] +DiffEqBase = "6.152.2-6" +FastBroadcast = "0.3.5-0.3" +LinearAlgebra = ["0.0.0", "1"] +MuladdMacro = "0.2.4-0.2" +OrdinaryDiffEqCore = ["0.0.0", "1"] +RecursiveArrayTools = "3.27.0-3" +Reexport = "1.2.2-1" +SciMLBase = "2.48.1-2" +Static = "1.1.1-1" +julia = "1.10.0-1" diff --git a/O/OrdinaryDiffEqLowOrderRK/Deps.toml b/O/OrdinaryDiffEqLowOrderRK/Deps.toml new file mode 100644 index 000000000000000..7540c637c4f8340 --- /dev/null +++ b/O/OrdinaryDiffEqLowOrderRK/Deps.toml @@ -0,0 +1,10 @@ +[1] +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" +Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" diff --git a/O/OrdinaryDiffEqLowOrderRK/Package.toml b/O/OrdinaryDiffEqLowOrderRK/Package.toml new file mode 100644 index 000000000000000..1ea0ffdcb9348b6 --- /dev/null +++ b/O/OrdinaryDiffEqLowOrderRK/Package.toml @@ -0,0 +1,4 @@ +name = "OrdinaryDiffEqLowOrderRK" +uuid = "1344f307-1e59-4825-a18e-ace9aa3fa4c6" +repo = "https://github.com/SciML/OrdinaryDiffEq.jl.git" +subdir = "lib/OrdinaryDiffEqLowOrderRK" diff --git a/O/OrdinaryDiffEqLowOrderRK/Versions.toml b/O/OrdinaryDiffEqLowOrderRK/Versions.toml new file mode 100644 index 000000000000000..99538c6db40a92f --- /dev/null +++ b/O/OrdinaryDiffEqLowOrderRK/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "86580c76cd067dc898e4ee1f35147921dc9ba224" diff --git a/Registry.toml b/Registry.toml index 949e94671164385..4949c19c5c2cf0a 100644 --- a/Registry.toml +++ b/Registry.toml @@ -882,6 +882,7 @@ some amount of consideration when choosing package names. 133052f7-5177-44e4-ab05-826656cf3c53 = { name = "AirfoilDatabase", path = "A/AirfoilDatabase" } 133c4774-c510-5f25-b650-129312f89f69 = { name = "Jackknife", path = "J/Jackknife" } 1340648c-e7e8-4e39-b869-c84f40c4506c = { name = "IndependentHypothesisWeighting", path = "I/IndependentHypothesisWeighting" } +1344f307-1e59-4825-a18e-ace9aa3fa4c6 = { name = "OrdinaryDiffEqLowOrderRK", path = "O/OrdinaryDiffEqLowOrderRK" } 134e5e36-593f-5add-ad60-77f754baafbe = { name = "Catlab", path = "C/Catlab" } 13530c0b-fe5b-42fd-9b7e-79367be16329 = { name = "Semagrams", path = "S/Semagrams" } 13533e5b-e1c2-4e57-8cef-cac5e52f6474 = { name = "BibParser", path = "B/BibParser" }