[Pkg-haskell-commits] [SCM] Packaging for Agda branch, master, updated. debian/2.2.8-1-14-g51b3624

Iain Lane laney at ubuntu.com
Tue Apr 12 16:10:59 UTC 2011


The following commit has been merged in the master branch:
commit 9244cc397f9c7213dea19d4decf00c15e39cb252
Author: Iain Lane <laney at ubuntu.com>
Date:   Tue Apr 12 17:00:45 2011 +0100

    Add 'agda' meta package

diff --git a/debian/control b/debian/control
index a8f8cd9..dc435ca 100644
--- a/debian/control
+++ b/debian/control
@@ -124,3 +124,28 @@ Description: dependently typed functional programming language — emacs mode
  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.
+
+Package: agda
+Architecture: all
+Section: misc
+Depends: ${misc:Depends},
+         libghc-agda-dev,
+         agda-mode,
+         agda-bin,
+         agda-stdlib,
+         agda-stdlib-doc
+Description: dependently typed functional programming language
+ 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 is a meta package which provides Agda's emacs mode, executable, standard
+ library and its documentation.

-- 
Packaging for Agda



More information about the Pkg-haskell-commits mailing list