File: control

package info (click to toggle)
haskell-futhark-data 1.1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: haskell: 977; makefile: 4
file content (89 lines) | stat: -rw-r--r-- 2,768 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: haskell-futhark-data
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Kari Pahula <kaol@debian.org>,
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
 haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
 cdbs,
 ghc (>= 9.6),
 ghc-prof,
 libghc-bytestring-to-vector-dev (>= 0.3.0.1),
 libghc-bytestring-to-vector-prof,
 libghc-half-dev (>= 0.3),
 libghc-half-prof,
 libghc-megaparsec-dev (>= 9.0.0),
 libghc-megaparsec-prof,
 libghc-scientific-dev (>= 0.3.6),
 libghc-scientific-prof,
 libghc-vector-dev (>= 0.12),
 libghc-vector-prof,
 libghc-vector-binary-instances-dev (>= 0.2.2.0),
 libghc-vector-binary-instances-prof,
 libghc-quickcheck2-dev (>= 2.8),
 libghc-quickcheck2-prof,
 libghc-tasty-dev,
 libghc-tasty-prof,
 libghc-tasty-hunit-dev,
 libghc-tasty-hunit-prof,
 libghc-tasty-quickcheck-dev,
 libghc-tasty-quickcheck-prof,
Build-Depends-Indep: ghc-doc,
 libghc-bytestring-to-vector-doc,
 libghc-half-doc,
 libghc-megaparsec-doc,
 libghc-scientific-doc,
 libghc-vector-doc,
 libghc-vector-binary-instances-doc,
Standards-Version: 4.7.0
Homepage: https://hackage.haskell.org/package/futhark-data
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-futhark-data
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-futhark-data]
X-Description: mplementation of the Futhark data format
 The Futhark compiler and its tools uses a simple external
 data representation to encode arrays and scalars.  This
 package implements both a Haskell-level representation of
 these values, as well as utility functions for reading
 and writing values in both the textual and binary format.

Package: libghc-futhark-data-dev
Architecture: any
Depends: ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: libghc-futhark-data-prof
Architecture: any
Depends: ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: libghc-futhark-data-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}