Initial import

This commit is contained in:
2026-08-17 23:19:13 +02:00
parent 8210aa8e63
commit 1d546c3d6f
20 changed files with 1799 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.2.7")
(define license 'MIT)
(define collection "rash-coreutils")
(define pkg-desc
"Platform-independent Unix-style core utilities for Rash, implemented in Racket.")
(define scribblings
'(("scrbl/rash-coreutils.scrbl" () (library 0))))
(define deps
'("base" "rash" "gregor-lib"))
(define build-deps
'("racket-doc"
"rackunit-lib"
"scribble-lib"
"rash"))