Files
rash-git-cli/info.rkt
T

25 lines
526 B
Racket

#lang info
(define collection "rash-git-cli")
(define pkg-desc "Rash line-mode integration for git-cli")
(define version "0.1.5")
(define pkg-authors '("Hans Dijkema"))
(define license 'MIT)
(define deps
'("base"
"git-cli"
"linea"
"rash"))
(define build-deps
'("rackunit-lib"
"racket-doc"
"scribble-lib"))
;; Example programs are executable demonstrations, not package tests.
(define test-omit-paths
'("examples"))
(define scribblings
'(("scribblings/rash-git-cli.scrbl" () ("rash-git-cli"))))