File: control

package info (click to toggle)
golang-gopkg-guregu-null.v2 2.2%2Bgit20150913.0.4ac4f00-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • ctags: 299
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 913 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
Source: golang-gopkg-guregu-null.v2
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Diego M. Rodriguez <diego.plan9@gmail.com>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: http://gopkg.in/guregu/null.v2
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-guregu-null.v2.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-guregu-null.v2.git
XS-Go-Import-Path: gopkg.in/guregu/null.v2

Package: golang-gopkg-guregu-null.v2-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Reasonable handling of nullable SQL and JSON values
 This library contains SQL types that consider zero input and null input
 as separate values, with convenient support for JSON and text
 marshaling in Go.