aboutsummaryrefslogtreecommitdiff
path: root/info.rkt
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-03-18 01:04:22 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-03-18 01:04:22 +0900
commit9f7c2e9bf63cb69a1cb8e00545e198338ca05428 (patch)
tree8b09c743ed144164102da5d5b69c20dd90ad6880 /info.rkt
parent73ccaa0dc1d343d9a84b4f940479a0e128a8a7b5 (diff)
Execute raco pkg new.
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))