Source: golang-github-mitchellh-multistep Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Alexandre Viau Build-Depends: debhelper (>= 9), dh-golang, golang-go Standards-Version: 3.9.6 Homepage: https://github.com/mitchellh/multistep Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-multistep Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-multistep.git XS-Go-Import-Path: github.com/mitchellh/multistep Testsuite: autopkgtest-pkg-go Package: golang-github-mitchellh-multistep-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go Description: library for building up complex actions using discrete steps multistep is a Go library for building up complex actions using discrete, individual "steps." These steps are strung together and run in sequence to achieve a more complex goal. The runner handles cleanup, cancelling, etc.