Initial import
This commit is contained in:
@@ -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"))
|
||||
Reference in New Issue
Block a user