First import of rash-makefile
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.1.0")
|
||||
(define license 'MIT)
|
||||
(define collection "rash-makefile")
|
||||
(define pkg-desc
|
||||
"Rash line-syntax integration for racket-makefile.")
|
||||
|
||||
(define scribblings
|
||||
'(("scrbl/rash-makefile.scrbl" () (library 0))))
|
||||
|
||||
(define deps
|
||||
'("base" "racket-makefile" "linea" "rash"))
|
||||
|
||||
(define build-deps
|
||||
'("racket-doc" "rackunit-lib" "scribble-lib"))
|
||||
Reference in New Issue
Block a user