Updated description
This commit is contained in:
parent
311d0ef9c4
commit
a28563446f
|
@ -8,4 +8,4 @@
|
|||
Typed Worklist
|
||||
==============
|
||||
|
||||
A Typed/Racket implementation of Kildall's worklist algorithm, with multiple worklists of different types.
|
||||
A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.
|
2
info.rkt
2
info.rkt
|
@ -8,6 +8,6 @@
|
|||
(define build-deps '("scribble-lib"
|
||||
"racket-doc"))
|
||||
(define scribblings '(("scribblings/typed-worklist.scrbl" () ("typed-racket"))))
|
||||
(define pkg-desc "A Typed/Racket implementation of Kildall's worklist algorithm, with multiple worklists of different types.")
|
||||
(define pkg-desc "A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.")
|
||||
(define version "0.1")
|
||||
(define pkg-authors '("Georges Dupéron"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user