summaryrefslogtreecommitdiff
path: root/debian/control
blob: 729d8138262789ace9b6bae2c43a35fff55788ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: gf
Section: devel
Priority: optional
Maintainer: Thomas Hallgren <hallgren@chalmers.se>
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 5), libghc-haskeline-dev, libghc-mtl-dev, libghc-json-dev, autoconf, automake, libtool-bin, python-dev-is-python3, java-sdk
Homepage: http://www.grammaticalframework.org/

Package: gf
Architecture: any
Depends: ${shlibs:Depends}
Description: Tools for GF, a grammar formalism based on type theory
 Grammatical Framework (GF) is a grammar formalism based on type theory.
 It consists of a special-purpose programming language,
 a compiler of the language, and a generic grammar processor.
 .