18 lines
403 B
Racket
18 lines
403 B
Racket
#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"))
|