File: control

package info (click to toggle)
hasktags 0.73.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: haskell: 2,501; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,093 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
27
28
29
30
31
32
33
Source: hasktags
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Ilias Tsitsimpis <iliastsi@debian.org>,
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 haskell-devscripts (>= 0.13),
 dh-sequence-haskell,
 ghc,
 libghc-hunit-dev,
 libghc-json-dev (>= 0.5),
 libghc-json-dev (<< 0.12),
 libghc-microlens-platform-dev (>= 0.3.8.0),
 libghc-microlens-platform-dev (<< 0.5),
 libghc-utf8-string-dev,
 libghc-optparse-applicative-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/MarcWeber/hasktags
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/hasktags
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/hasktags]

Package: hasktags
Architecture: any
Multi-Arch: foreign
Depends:
 ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Description: Producer of ctags "tags" and etags "TAGS" files for Haskell programs
 This package provides the hasktags program, which provides ctags "tags" and
 etags "TAGS" files for Haskell programs.