Skip to content

Commit fbee9fa

Browse files
authored
Merge pull request #113 from JuliaAstro/icweaver-patch-1
add CALCEPH.jl
2 parents ce43f4a + 042c6e7 commit fbee9fa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/JuliaAstroDocs.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ stake! = String ∘ take!
77
ecosystem() = (
88
"Domain" => (
99
"Solar System" => (
10+
(
11+
name = "CALCEPH.jl",
12+
repo = "https://github.com/JuliaAstro/CALCEPH.jl",
13+
doc = "https://juliaastro.org/CALCEPH/stable/",
14+
tagline = "A wrapper to CALCEPH: IMCCE planetary ephemeris access library",
15+
descr = """
16+
- This is a julia wrapper for [CALCEPH](https://www.imcce.fr/inpop/calceph/) a C library for reading planetary ephemeris files, such as [INPOPxx](https://www.imcce.fr/inpop), JPL DExxx and SPICE ephemeris files
17+
- [CALCEPH](https://www.imcce.fr/inpop/calceph/) C library is developped by [IMCCE](https://www.imcce.fr/)
18+
""",
19+
astropy = ["astropy.coordinates"],
20+
),
1021
(
1122
name = "EphemerisSources.jl",
1223
repo = "https://github.com/JuliaAstro/EphemerisSources.jl",

0 commit comments

Comments
 (0)