diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-18 01:04:22 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-18 01:04:22 +0900 |
commit | 9f7c2e9bf63cb69a1cb8e00545e198338ca05428 (patch) | |
tree | 8b09c743ed144164102da5d5b69c20dd90ad6880 /info.rkt | |
parent | 73ccaa0dc1d343d9a84b4f940479a0e128a8a7b5 (diff) |
Execute raco pkg new.
Diffstat (limited to 'info.rkt')
-rw-r--r-- | info.rkt | 9 |
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)) |