diff --git a/Registry.toml b/Registry.toml index 570577a3221652a..edde949990894a1 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5286,6 +5286,7 @@ some amount of consideration when choosing package names. 71d5d903-a9d4-4e03-9846-ef3fdeefd64d = { name = "SimulinkSDIImporter", path = "S/SimulinkSDIImporter" } 71dbed6d-20b0-48c6-bb22-c3e423edce76 = { name = "MPIAsyncPools", path = "M/MPIAsyncPools" } 71e1c77a-176e-49fd-a90f-f84a4a948e95 = { name = "SimpleCaching", path = "S/SimpleCaching" } +71e2a337-b4d4-4738-9f2b-3c37e1d3d462 = { name = "SurfaceWaterIntegratedModeling", path = "S/SurfaceWaterIntegratedModeling" } 71e43887-2bd9-5f77-aebd-47f656f0a3f0 = { name = "SolidStateDetectors", path = "S/SolidStateDetectors" } 71e4ad71-e4f2-45a3-aa0a-91ffaa9676be = { name = "FreezeCurves", path = "F/FreezeCurves" } 71e55505-9134-4914-97da-b2ab28305a13 = { name = "GridCreation", path = "G/GridCreation" } diff --git a/S/SurfaceWaterIntegratedModeling/Compat.toml b/S/SurfaceWaterIntegratedModeling/Compat.toml new file mode 100644 index 000000000000000..32877aa324a1113 --- /dev/null +++ b/S/SurfaceWaterIntegratedModeling/Compat.toml @@ -0,0 +1,15 @@ +[1] +ArchGDAL = "0.10.2-0.10" +ColorSchemes = "3.24.0-3" +Colors = "0.12.10-0.12" +DifferentialEquations = "7.13.0-7" +GLMakie = "0.10.18-0.10" +GeometryBasics = "0.4.11-0.4" +GraphPlot = "0.6" +Graphs = "1.9.0-1" +Images = "0.26.1-0.26" +Interpolations = "0.15.1-0.15" +Makie = "0.21" +OffsetArrays = "1.13.0-1" +Roots = "2.1.2-2" +julia = "1.9.0-1" diff --git a/S/SurfaceWaterIntegratedModeling/Deps.toml b/S/SurfaceWaterIntegratedModeling/Deps.toml new file mode 100644 index 000000000000000..7e50174e4cfd99b --- /dev/null +++ b/S/SurfaceWaterIntegratedModeling/Deps.toml @@ -0,0 +1,17 @@ +[1] +ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" +ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" +Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" +DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" +DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa" +GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a" +GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326" +GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231" +Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" +Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0" +Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" +LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" +OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" +Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" diff --git a/S/SurfaceWaterIntegratedModeling/Package.toml b/S/SurfaceWaterIntegratedModeling/Package.toml new file mode 100644 index 000000000000000..2fe32f7ce318e95 --- /dev/null +++ b/S/SurfaceWaterIntegratedModeling/Package.toml @@ -0,0 +1,3 @@ +name = "SurfaceWaterIntegratedModeling" +uuid = "71e2a337-b4d4-4738-9f2b-3c37e1d3d462" +repo = "https://github.com/sintefmath/SurfaceWaterIntegratedModeling.jl.git" diff --git a/S/SurfaceWaterIntegratedModeling/Versions.toml b/S/SurfaceWaterIntegratedModeling/Versions.toml new file mode 100644 index 000000000000000..fb404fe1fb5735d --- /dev/null +++ b/S/SurfaceWaterIntegratedModeling/Versions.toml @@ -0,0 +1,2 @@ +["1.0.1"] +git-tree-sha1 = "53aa9e16c300a328d20ff007747cb7ad517fbaa1"