Skip to content

Commit

Permalink
Add pkg-list.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
ijp committed Sep 11, 2011
1 parent 3694405 commit bf34a1a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg-list.scm
@@ -0,0 +1,12 @@
(package (pfds (0))
(depends (wak-trc-testing))
(synopsis "Purely Functional Data Structures")
(description
"A library of data structures for functional programmers (eventually)."
"Right now just queues and deques.")
(homepage "http://github.com/ijp/pfds")
(libraries
(sls -> "pfds")
("private" -> ("pfds" "private")))
(programs
(("tests.scm") -> "pfds-tests.scm")))

0 comments on commit bf34a1a

Please sign in to comment.