diff --git a/P/PGEN/Compat.toml b/P/PGEN/Compat.toml new file mode 100644 index 000000000000000..a1b267407790595 --- /dev/null +++ b/P/PGEN/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1" diff --git a/P/PGEN/Deps.toml b/P/PGEN/Deps.toml new file mode 100644 index 000000000000000..54b49cced2c023c --- /dev/null +++ b/P/PGEN/Deps.toml @@ -0,0 +1,16 @@ +[0] +Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" +Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94" +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" +JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" +Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" +Libxc = "66e17ffc-8502-11e9-23b5-c9248d0eb96d" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" +NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" +OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7" diff --git a/P/PGEN/Package.toml b/P/PGEN/Package.toml new file mode 100644 index 000000000000000..6717f7a9dcabfe4 --- /dev/null +++ b/P/PGEN/Package.toml @@ -0,0 +1,3 @@ +name = "PGEN" +uuid = "62755698-03fb-4fba-b479-db9468a99e5f" +repo = "https://github.com/unkcpz/PGEN.jl.git" diff --git a/P/PGEN/Versions.toml b/P/PGEN/Versions.toml new file mode 100644 index 000000000000000..7f317347c937b70 --- /dev/null +++ b/P/PGEN/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "1175d01814d5de04e0ed96afcb23e6d15f6ace09" diff --git a/Registry.toml b/Registry.toml index e03d1d8c2394f19..cb0a1bd8b11b763 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4456,6 +4456,7 @@ some amount of consideration when choosing package names. 626f57eb-f6ca-464c-8f04-384fee2a352e = { name = "TraceFuns", path = "T/TraceFuns" } 62700b34-1872-4917-b6af-4f42ae699f38 = { name = "PlotPlants", path = "P/PlotPlants" } 62725fbc-3a66-4df3-9000-e33e85b3a198 = { name = "MITgcmTools", path = "M/MITgcmTools" } +62755698-03fb-4fba-b479-db9468a99e5f = { name = "PGEN", path = "P/PGEN" } 62783981-4cbd-42fc-bca8-16325de8dc4b = { name = "BitTwiddlingConvenienceFunctions", path = "B/BitTwiddlingConvenienceFunctions" } 627d6b7a-bbe6-5189-83e7-98cc0a5aeadd = { name = "pocl_jll", path = "jll/P/pocl_jll" } 628e9319-2ed5-413a-8fcb-ba6034deb837 = { name = "TaylorInterface", path = "T/TaylorInterface" }