diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-29 01:07:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-29 01:07:17 +0800 |
commit | e7b5f991d872b2133fc30a0b252d946acb17f392 (patch) | |
tree | ef76b6d8c946c6ba51d0fa4eac36f69e183ca561 /devel/Makefile | |
parent | 7dab02ca819a2008cd1d52cb5ac54e2b20602157 (diff) | |
download | freebsd-ports-gnome-e7b5f991d872b2133fc30a0b252d946acb17f392.tar.gz freebsd-ports-gnome-e7b5f991d872b2133fc30a0b252d946acb17f392.tar.zst freebsd-ports-gnome-e7b5f991d872b2133fc30a0b252d946acb17f392.zip |
- Add rubygem-lazy_priority_queue 0.1.1
Lazy priority queue is a pure Ruby priority queue which implements a lazy
binomial heap. It supports the change priority operation, being suitable for
algorithms like Dijkstra's shortest path and Prim's minimum spanning tree. It
can be instantiated as a min-priority queue as well as a max-priority queue.
WWW: https://github.com/matiasbattocchia/lazy_priority_queue
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 69a19a9387c1..f3170ec3c360 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4996,6 +4996,7 @@ SUBDIR += rubygem-kgio SUBDIR += rubygem-launchy SUBDIR += rubygem-launchy22 + SUBDIR += rubygem-lazy_priority_queue SUBDIR += rubygem-librarian SUBDIR += rubygem-librarianp SUBDIR += rubygem-libyajl2 |