diff --git a/L/LandSea/Compat.toml b/L/LandSea/Compat.toml new file mode 100644 index 000000000000000..6805c218e634c5d --- /dev/null +++ b/L/LandSea/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.10.0-1" diff --git a/L/LandSea/Deps.toml b/L/LandSea/Deps.toml new file mode 100644 index 000000000000000..95b1c1de37e4c42 --- /dev/null +++ b/L/LandSea/Deps.toml @@ -0,0 +1,3 @@ +[0] +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" diff --git a/L/LandSea/Package.toml b/L/LandSea/Package.toml new file mode 100644 index 000000000000000..ba4fed48745890b --- /dev/null +++ b/L/LandSea/Package.toml @@ -0,0 +1,3 @@ +name = "LandSea" +uuid = "cbf7bb22-a1a6-46cb-8b24-174e3bc5fc04" +repo = "https://github.com/GeoRegionsEcosystem/LandSea.jl.git" diff --git a/L/LandSea/Versions.toml b/L/LandSea/Versions.toml new file mode 100644 index 000000000000000..d0df3b6b604a4f9 --- /dev/null +++ b/L/LandSea/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "2f3dcf176258981df7d2ae323b1d652b1f33b803" diff --git a/Registry.toml b/Registry.toml index 10872a4eb6accab..feb0ff5fc635213 100644 --- a/Registry.toml +++ b/Registry.toml @@ -9491,6 +9491,7 @@ cbdad009-89f1-4e05-85a0-06b07b50707d = { name = "DocExtensions", path = "D/DocEx cbdf2221-f076-402e-a563-3d30da359d67 = { name = "AlgebraOfGraphics", path = "A/AlgebraOfGraphics" } cbe49d4c-5af1-5b60-bb70-0a60aa018e1b = { name = "RemoteFiles", path = "R/RemoteFiles" } cbea4545-8c96-4583-ad3a-44078d60d369 = { name = "MLJOpenML", path = "M/MLJOpenML" } +cbf7bb22-a1a6-46cb-8b24-174e3bc5fc04 = { name = "LandSea", path = "L/LandSea" } cbf82f24-4841-4ec9-b0f8-e22c06a1387c = { name = "MoM_Visualizing", path = "M/MoM_Visualizing" } cbff2730-442d-58d7-89d1-8e530c41eb02 = { name = "Unmarshal", path = "U/Unmarshal" } cc01df09-5213-447c-9a1b-5a24cdf8b096 = { name = "Pack1", path = "P/Pack1" }