Restarting

This commit is contained in:
2026-08-12 10:23:53 +02:00
parent 069fdbf921
commit 6f558868a1
11 changed files with 4 additions and 2451 deletions
+3 -6
View File
@@ -1,17 +1,14 @@
#lang info
(define collection "git")
(define pkg-desc "Command-line-like Git operations for Racket, implemented with libgit2")
(define version "0.2.16")
(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 pkg-authors '("Hans Dijkema"))
(define license 'MIT)
(define deps
'("base"
"libgit2"
("simple-ini" #:version "0.3.3")
"crypto-lib"
"net-lib"
"racket-index"
"scribble-lib"
"racket-makefile"