Initial import
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#lang info
|
||||
|
||||
(define collection "git")
|
||||
(define pkg-desc "Command-line-like Git operations for Racket, implemented with libgit2")
|
||||
(define version "0.2.1")
|
||||
(define pkg-authors '("Hans Dijkema"))
|
||||
(define license 'MIT)
|
||||
|
||||
(define deps
|
||||
'("base"
|
||||
"libgit2"
|
||||
("simple-ini" #:version "0.3.3")
|
||||
"crypto-lib"
|
||||
"net-lib"))
|
||||
|
||||
(define build-deps
|
||||
'("rackunit-lib"
|
||||
"scribble-lib"
|
||||
"racket-doc"))
|
||||
|
||||
(define scribblings
|
||||
'(("scribblings/git.scrbl" () ("Git"))))
|
||||
Reference in New Issue
Block a user