Updated description

This commit is contained in:
Georges Dupéron 2017-04-20 20:48:01 +02:00
parent 311d0ef9c4
commit a28563446f
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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"))