Skip to content

Commit 3382fbe

Browse files
committed
added XPA.jl
1 parent 9af1200 commit 3382fbe

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/JuliaAstroDocs.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,17 @@ ecosystem() = (
761761
""",
762762
astropy = ["astropy.io.votable"],
763763
),
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+
),
764775
),
765776
"Data processing" => (
766777
(

0 commit comments

Comments
 (0)