better info.
This commit is contained in:
@@ -1,11 +1,17 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define collection "port-channel")
|
|
||||||
(define pkg-desc "Asynchronous channels over Racket ports using racket/serialize.")
|
|
||||||
(define version "0.1")
|
|
||||||
(define pkg-authors '(hnmdijkema))
|
(define pkg-authors '(hnmdijkema))
|
||||||
(define scribblings '(("scribblings/port-channel.scrbl" ())))
|
(define version "0.1")
|
||||||
|
(define collection "port-channel")
|
||||||
|
(define license '(Apache-2.0 OR MIT))
|
||||||
|
(define pkg-desc "Asynchronous channels over Racket ports using racket/serialize.")
|
||||||
|
|
||||||
(define deps '("base"))
|
(define scribblings
|
||||||
|
'(
|
||||||
|
("scribblings/port-channel.scrbl" ())
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
(define deps '("racket/base"))
|
||||||
(define build-deps '("racket-doc" "scribble-lib"))
|
(define build-deps '("racket-doc" "scribble-lib"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user