Source: agda
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@ubuntu.com>
Build-Depends: debhelper (>= 7.0),
               haskell-devscripts (>= 0.7),
               cdbs (>> 0.4.58),
               ghc6,
               libghc6-quickcheck2-dev (>= 2.1.0.2),
               libghc6-quickcheck2-dev (<< 2.2.0.0),
               libghc6-binary-dev (>= 0.4.4),
               libghc6-binary-dev (<< 0.6),
               libghc6-haskeline-dev (>= 0.3),
               libghc6-haskeline-dev (<< 0.7),
               libghc6-haskell-src-dev (>= 1.0.1.1),
               libghc6-haskell-src-dev (<< 2),
               libghc6-mtl-dev (>= 1.1),
               libghc6-mtl-dev (<< 2),
               libghc6-xhtml-dev (>= 3000.2),
               libghc6-xhtml-dev (<< 3000.3),
               libghc6-zlib-dev (>= 0.4.0.1),
               libghc6-zlib-dev (<< 1),
               happy (>= 1.15),
               happy (<< 2),
               alex (>= 2.0.1),
               alex (<< 3),
               libncurses5-dev
Build-Depends-Indep: ghc6-doc,
                     libghc6-quickcheck2-doc (>= 2.1.0.2),
                     libghc6-quickcheck2-doc (<< 2.2.0.0),
                     libghc6-binary-doc (>= 0.4.4),
                     libghc6-binary-doc (<< 0.6),
                     libghc6-haskeline-doc (>= 0.3),
                     libghc6-haskeline-doc (<< 0.7),
                     libghc6-haskell-src-doc (>= 1.0.1.1),
                     libghc6-haskell-src-doc (<< 2),
                     libghc6-mtl-doc (>= 1.1),
                     libghc6-mtl-doc (<< 2),
                     libghc6-terminfo-doc,
                     libghc6-xhtml-doc (>= 3000.2),
                     libghc6-xhtml-doc (<< 3000.3),
                     libghc6-zlib-doc (>= 0.4.0.1),
                     libghc6-zlib-doc (<< 1)
Standards-Version: 3.8.4
Vcs-Browser: http://git.debian.org/?p=pkg-haskell/agda.git;a=summary
Vcs-Git: git://git.debian.org/git/pkg-haskell/agda.git
Homepage: http://wiki.portal.chalmers.se/agda/

Package: libghc6-agda-dev
Architecture: any
Section: haskell
Depends: ${haskell:Depends},
         ${misc:Depends},
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: a dependently typed functional programming language - development libraries
 Agda is a dependently typed functional programming language: It has inductive
 families, which are like Haskell's GADTs, but they can be indexed by values and
 not just types. It also has parameterised modules, mixfix operators, Unicode
 characters, and an interactive Emacs interface (the type checker can assist in
 the development of your code).
 .
 Agda is also a proof assistant: It is an interactive system for writing and
 checking proofs. Agda is based on intuitionistic type theory, a foundational
 system for constructive mathematics developed by the Swedish logician Per
 Martin-Löf. It has many similarities with other proof assistants based on
 dependent types, such as Coq, Epigram and NuPRL.
 .
 This package contains the normal library files.

Package: libghc6-agda-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Replaces: haskell-agda-doc (<< 2.2.6-5)
Conflicts: haskell-agda-doc (<< 2.2.6-5)
Provides: haskell-agda-doc
Description: a dependently typed functional programming language - documentation
 Agda is a dependently typed functional programming language: It has inductive
 families, which are like Haskell's GADTs, but they can be indexed by values and
 not just types. It also has parameterised modules, mixfix operators, Unicode
 characters, and an interactive Emacs interface (the type checker can assist in
 the development of your code).
 .
 Agda is also a proof assistant: It is an interactive system for writing and
 checking proofs. Agda is based on intuitionistic type theory, a foundational
 system for constructive mathematics developed by the Swedish logician Per
 Martin-Löf. It has many similarities with other proof assistants based on
 dependent types, such as Coq, Epigram and NuPRL.
 .
 This package contains the documentation files.

Package: agda-mode
Architecture: all
Section: misc
Depends: ${shlibs:Depends},
         ${haskell:Depends},
         ${misc:Depends},
         emacs | emacsen,
         haskell-mode,
         libghc6-agda-dev (>= ${source:Version}),
         libghc6-agda-dev (<< ${source:Version}.1~)
Description: the emacs mode for Agda
 Agda is a dependently typed functional programming language: It has inductive
 families, which are like Haskell's GADTs, but they can be indexed by values and
 not just types. It also has parameterised modules, mixfix operators, Unicode
 characters, and an interactive Emacs interface (the type checker can assist in
 the development of your code).
 .
 Agda is also a proof assistant: It is an interactive system for writing and
 checking proofs. Agda is based on intuitionistic type theory, a foundational
 system for constructive mathematics developed by the Swedish logician Per
 Martin-Löf. It has many similarities with other proof assistants based on
 dependent types, such as Coq, Epigram and NuPRL.
 .
 This package contains the emacs interactive development mode for Agda. This
 mode is the preferred way to write Agda code, and offers features such as
 iterative development, refinement, case analysis and so on.
