From 9504e40cc9cdf00d740b179dcf32c583423e37c7 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Tue, 15 Oct 2024 18:37:43 +0000 Subject: [PATCH] New package: FortranNamelistParser v0.1.0 UUID: bd7787d8-51bb-4c23-a6f0-6dba939e3d23 Repo: https://github.com/anchal-physics/FortranNamelistParser.jl.git Tree: 80c646bc8b19c30c9ed6c5e050c06158b785c860 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- F/FortranNamelistParser/Compat.toml | 3 +++ F/FortranNamelistParser/Deps.toml | 2 ++ F/FortranNamelistParser/Package.toml | 3 +++ F/FortranNamelistParser/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 11 insertions(+) create mode 100644 F/FortranNamelistParser/Compat.toml create mode 100644 F/FortranNamelistParser/Deps.toml create mode 100644 F/FortranNamelistParser/Package.toml create mode 100644 F/FortranNamelistParser/Versions.toml diff --git a/F/FortranNamelistParser/Compat.toml b/F/FortranNamelistParser/Compat.toml new file mode 100644 index 000000000000000..219cf800b030a17 --- /dev/null +++ b/F/FortranNamelistParser/Compat.toml @@ -0,0 +1,3 @@ +[0] +OrderedCollections = "1" +julia = "1" diff --git a/F/FortranNamelistParser/Deps.toml b/F/FortranNamelistParser/Deps.toml new file mode 100644 index 000000000000000..6c6b38352f35c81 --- /dev/null +++ b/F/FortranNamelistParser/Deps.toml @@ -0,0 +1,2 @@ +[0] +OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" diff --git a/F/FortranNamelistParser/Package.toml b/F/FortranNamelistParser/Package.toml new file mode 100644 index 000000000000000..651342a5c717e4b --- /dev/null +++ b/F/FortranNamelistParser/Package.toml @@ -0,0 +1,3 @@ +name = "FortranNamelistParser" +uuid = "bd7787d8-51bb-4c23-a6f0-6dba939e3d23" +repo = "https://github.com/anchal-physics/FortranNamelistParser.jl.git" diff --git a/F/FortranNamelistParser/Versions.toml b/F/FortranNamelistParser/Versions.toml new file mode 100644 index 000000000000000..8b929e9cb59282c --- /dev/null +++ b/F/FortranNamelistParser/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "80c646bc8b19c30c9ed6c5e050c06158b785c860" diff --git a/Registry.toml b/Registry.toml index 9b626d511f43fcd..f2b1c39d904c578 100644 --- a/Registry.toml +++ b/Registry.toml @@ -8583,6 +8583,7 @@ bd6f3a87-2f53-57d0-9c4e-5625ef189a5e = { name = "DungBase", path = "D/DungBase" bd7198b4-c7d6-400c-9bab-9a24614b0240 = { name = "TaijaPlotting", path = "T/TaijaPlotting" } bd71d052-5e08-40cc-a492-eb4e8da4b649 = { name = "DocsScraper", path = "D/DocsScraper" } bd7594eb-a658-542f-9e75-4c4d8908c167 = { name = "SampledSignals", path = "S/SampledSignals" } +bd7787d8-51bb-4c23-a6f0-6dba939e3d23 = { name = "FortranNamelistParser", path = "F/FortranNamelistParser" } bd7bc4c3-5181-47e7-9a4c-580310605fa6 = { name = "NonconvexAugLagLab", path = "N/NonconvexAugLagLab" } bd85187e-0531-4a3e-9fea-713204a818a2 = { name = "AbstractLogic", path = "A/AbstractLogic" } bd8e2f07-ddbe-4e10-a07d-d9c59cd9946f = { name = "XbrlXML", path = "X/XbrlXML" }