1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  
     | 
    
      Source: golang-github-mitchellh-multistep
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
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.
 
     |