diff --git a/A/AstroCoords/Compat.toml b/A/AstroCoords/Compat.toml new file mode 100644 index 000000000000000..48cea47a280b290 --- /dev/null +++ b/A/AstroCoords/Compat.toml @@ -0,0 +1,4 @@ +[0] +LinearAlgebra = "1" +StaticArrays = "1.9.0-1" +julia = "1.10.0-1" diff --git a/A/AstroCoords/Deps.toml b/A/AstroCoords/Deps.toml new file mode 100644 index 000000000000000..3a78ea3aa6dc8e9 --- /dev/null +++ b/A/AstroCoords/Deps.toml @@ -0,0 +1,3 @@ +[0] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" diff --git a/A/AstroCoords/Package.toml b/A/AstroCoords/Package.toml new file mode 100644 index 000000000000000..69b14efb4b845fc --- /dev/null +++ b/A/AstroCoords/Package.toml @@ -0,0 +1,3 @@ +name = "AstroCoords" +uuid = "27fb9038-6a9d-4e07-8d5d-d0805b53c4cb" +repo = "https://github.com/jmurphy6895/AstroCoords.jl.git" diff --git a/A/AstroCoords/Versions.toml b/A/AstroCoords/Versions.toml new file mode 100644 index 000000000000000..1527b184646555c --- /dev/null +++ b/A/AstroCoords/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "a45888da3867771f796a6df7ce1e390e7378596c" diff --git a/Registry.toml b/Registry.toml index ae5a9bea5b2c75c..46209868bbf11f5 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1806,6 +1806,7 @@ some amount of consideration when choosing package names. 27ef9b34-1325-4cec-ba33-00f2f4637873 = { name = "GPLinearODEMaker", path = "G/GPLinearODEMaker" } 27f7cb71-feaf-432a-86ca-8731dc5cf332 = { name = "Adiff", path = "A/Adiff" } 27faeba3-bc54-5829-b163-df8cb949fe88 = { name = "RegularExpressions", path = "R/RegularExpressions" } +27fb9038-6a9d-4e07-8d5d-d0805b53c4cb = { name = "AstroCoords", path = "A/AstroCoords" } 2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac = { name = "ImageAxes", path = "I/ImageAxes" } 28071b0f-1505-495f-9565-3513cfd1c620 = { name = "HCGeoTherm", path = "H/HCGeoTherm" } 2815cbbd-0d7d-431b-a8da-1940906b5714 = { name = "WrappedMultiGraphs", path = "W/WrappedMultiGraphs" }