This package is not available in the 3xx repository. Showing package versions available for all repositories instead.
Package diff.plt contributed by williams [docs]
To load: (require (planet williams/diff:1:0/diff))
Old style:(require (planet "diff.rkt" ("williams" "diff.plt" 1 0)))
Min Racket version: 5.0
Package description:
This package provides a simple diff-like capability in Racket. This includes diffs of arbitrary lists or of text files. It also includes an implementation of the longest common subsequence (LCS) algorithm, which is the basis of the diff algorithm.
Downloads this week: 0
Total downloads: 130
Tickets:0
Open tickets:0
Primary files:
[no interface available]
 Packages in other repositories

These packages are not available in the 3xx repository, but they are available for other versions of Racket.

PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 0)
130
5.02011-01-14
To load: (require (planet "diff.rkt" ("williams" "diff.plt" 1 (= 0))))
Available in repositories: 4.x
Initial release of the diff package.