Initial import of rash-git-cli
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#lang info
|
||||
|
||||
(define collection "rash-git-cli")
|
||||
(define pkg-desc "Rash line-mode integration for git-cli")
|
||||
(define version "0.1.0")
|
||||
(define pkg-authors '("Hans Dijkema"))
|
||||
(define license 'MIT)
|
||||
|
||||
(define deps
|
||||
'("base"
|
||||
"git-cli"
|
||||
"linea"
|
||||
"rash"))
|
||||
|
||||
(define build-deps
|
||||
'("rackunit-lib"
|
||||
"racket-doc"
|
||||
"scribble-lib"))
|
||||
|
||||
(define scribblings
|
||||
'(("scribblings/rash-git-cli.scrbl" () ("rash-git-cli"))))
|
||||
Reference in New Issue
Block a user