Aded extended commands and editor

This commit is contained in:
2026-08-20 23:48:49 +02:00
parent 72bf39a27b
commit 4324da1467
12 changed files with 1616 additions and 261 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.6")
(define version "0.2.14")
(define license 'MIT)
(define collection "rash-coreutils")
(define pkg-desc
@@ -11,10 +11,10 @@
'(("scrbl/rash-coreutils.scrbl" () (library 0))))
(define deps
'("base" "rash"))
'("base" "rash" "gregor-lib" "rackedit"))
(define build-deps
'("racket-doc"
"rackunit-lib"
"scribble-lib"
"rash"))
"linea"))