File: control

package info (click to toggle)
golang-speter-go-exp-math-dec-inf 0.0~git20140417.0.42ca6cd-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch, stretch-backports
  • size: 128 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download
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
Source: golang-speter-go-exp-math-dec-inf
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.8
Homepage: https://gopkg.in/inf.v0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-speter-go-exp-math-dec-inf.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-speter-go-exp-math-dec-inf.git
XS-Go-Import-Path: speter.net/go/exp/math/dec/inf
#XS-Go-Import-Path: gopkg.in/inf.v0

Package: golang-speter-go-exp-math-dec-inf-dev
Provides: golang-gopkg-inf.v0-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: "infinite-precision" decimal arithmetic in Golang
 This library implements "infinite-precision" decimal arithmetic. "Infinite
 precision" describes two characteristics: practically unlimited precision
 for decimal number representation and no support for calculating with any
 specific fixed precision.