パッケージ: 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.