Restarting
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user