diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2022-05-25 22:56:41 +0900 | 
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2022-05-25 22:56:41 +0900 | 
| commit | 59259b514654aada9a1bc9279a160b68e507474c (patch) | |
| tree | 93140120adeea6ce0a02943a294ad575f26203b4 | |
| parent | b1d51db03cb0c704e8e1de41f6b1415871a20458 (diff) | |
Update: info.rkt.
| -rw-r--r-- | info.rkt | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -1,2 +1,7 @@  #lang info +(define collection "pict-cons")  (define deps '("base" "gui-lib")) +(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib")) +(define pkg-desc "Draw cons cells") +(define version "1.0") +(define pkg-authors '(tojoqk)) | 
