We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9af1200 + 3382fbe commit b309f81Copy full SHA for b309f81
1 file changed
src/JuliaAstroDocs.jl
@@ -761,6 +761,17 @@ ecosystem() = (
761
""",
762
astropy = ["astropy.io.votable"],
763
),
764
+ (
765
+ name = "XPA.jl",
766
+ repo = "https://github.com/JuliaAstro/XPA.jl",
767
+ doc = "https://juliaastro.org/XPA/stable/",
768
+ tagline = "A Julia interface to the XPA Messaging System",
769
+ descr = """
770
+ - Seamless communication between many kinds of Unix/Windows programs, including X programs and Tcl/Tk programs
771
+ - Used for some popular astronomical tools such as [SAOImage-DS9](http://ds9.si.edu/site/Home.html)
772
+ """,
773
+ astropy = [],
774
+ ),
775
776
"Data processing" => (
777
(
0 commit comments