First setup with git cli utility

This commit is contained in:
2026-08-12 14:13:40 +02:00
parent 6f558868a1
commit 5ee7145ac7
7 changed files with 288 additions and 3 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
(define collection "git-cli")
(define pkg-desc "Command-line-like Git operations for Racket, interface to the git cli command")
(define version "0.3.1")
(define version "0.3.5")
(define pkg-authors '("Hans Dijkema"))
(define license 'MIT)
(define deps
'("base"
("simple-ini" #:version "0.3.3")
("simple-ini")
"racket-index"
"scribble-lib"
"racket-makefile"