File: control

package info (click to toggle)
golang-github-lpabon-godbc 1.0%2Bgit20140613.1.9577782-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,105 bytes parent folder | download | duplicates (2)
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
26
27
28
Source: golang-github-lpabon-godbc
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 3.9.8
Homepage: https://github.com/lpabon/godbc
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-lpabon-godbc.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-lpabon-godbc.git
XS-Go-Import-Path: github.com/lpabon/godbc

Package: golang-github-lpabon-godbc-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: Design-by-contract library for Go
 Design-by-contract is an approach for designing software where the
 programmer defines a formal, precise and verifiable interface
 specification for software components.
 .
 The godbc library implements the design-by-contract methodology using
 pre- and post-condition assertion methods.