[ 源代码: golang-pault-go-topsort ]
软件包: golang-pault-go-topsort-dev (0.0~git20160529.f98d2ad-1)
golang-pault-go-topsort-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-pault-go-topsort:
- [golang-pault-go-topsort_0.0~git20160529.f98d2ad-1.dsc]
- [golang-pault-go-topsort_0.0~git20160529.f98d2ad.orig.tar.gz]
- [golang-pault-go-topsort_0.0~git20160529.f98d2ad-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Paul Tagliamonte
外部的资源:
- 主页 [pault.ag]
相似软件包:
library to topologically sort a DAG
This package containers a few helper routines to help with sorting a DAG (directed acyclic graphs) such that nodes with no inbound edges will be returned first.
This is particularly useful for things like ordering tasks, and handling dependencies.