Initial import of rash-git-cli

This commit is contained in:
2026-08-17 22:00:11 +02:00
parent 6dfcc30427
commit 7dbac023bb
7 changed files with 213 additions and 14 deletions
+21
View File
@@ -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"))))