diff options
author | Case Duckworth | 2024-05-02 22:55:16 -0500 |
---|---|---|
committer | Case Duckworth | 2024-05-02 22:55:16 -0500 |
commit | a5b4863d9702a13e96665d118f9b974bb59ae7d6 (patch) | |
tree | 874c396bd745e3569c6d8c49e54a95d213eac238 /planet.egg | |
download | planet-a5b4863d9702a13e96665d118f9b974bb59ae7d6.tar.gz planet-a5b4863d9702a13e96665d118f9b974bb59ae7d6.zip |
First commit main
Diffstat (limited to 'planet.egg')
-rw-r--r-- | planet.egg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/planet.egg b/planet.egg new file mode 100644 index 0000000..8c1616e --- /dev/null +++ b/planet.egg | |||
@@ -0,0 +1,19 @@ | |||
1 | ((author "Case Duckworth") | ||
2 | (synopsis "A planet!") | ||
3 | (license "BSD3") | ||
4 | (dependencies module-declarations utf8 | ||
5 | http-client openssl | ||
6 | uri-common | ||
7 | rss | ||
8 | atom) | ||
9 | (component-options | ||
10 | (csc-options -X utf8 -X module-declarations)) | ||
11 | (components | ||
12 | (extension planet.feed | ||
13 | (source feed.scm)) | ||
14 | (extension planet.ingest | ||
15 | (source ingest.scm) | ||
16 | (component-dependencies planet.feed | ||
17 | planet.util)) | ||
18 | (extension planet.util | ||
19 | (source util.scm)))) | ||