aboutsummaryrefslogtreecommitdiff
path: root/info.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'info.rkt')
-rw-r--r--info.rkt9
1 files changed, 9 insertions, 0 deletions
diff --git a/info.rkt b/info.rkt
new file mode 100644
index 0000000..2fc3ee2
--- /dev/null
+++ b/info.rkt
@@ -0,0 +1,9 @@
+#lang info
+(define collection "diary-system")
+(define deps '("base"))
+(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
+(define scribblings '(("scribblings/diary-system.scrbl" ())))
+(define pkg-desc "Description Here")
+(define version "0.0")
+(define pkg-authors '(masaya))
+(define license '(Apache-2.0 OR MIT))