mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
This means that you now need to have a Java SDK installed to build a Debian package. The bin/build-binary-dist.sh (which builds bintar packages and OS X installer packages) now skips the Python binding if python is not installed. Likewise it skips the Java binding if a Java SDK is not installed.
17 lines
661 B
Plaintext
17 lines
661 B
Plaintext
Source: gf
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Thomas Hallgren <hallgren@chalmers.se>
|
|
Standards-Version: 3.9.2
|
|
Build-Depends: debhelper (>= 5), haskell-platform (>= 2011.2.0.1), libghc-haskeline-dev, libghc-mtl-dev, libghc-json-dev, autoconf, automake, libtool, python-dev, 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.
|
|
.
|