Logtalk 2.30.1 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1903 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2007-06-12 10:39:47 +00:00
parent 84f478c301
commit 6b4bde14e1
475 changed files with 6213 additions and 6424 deletions

View File

@@ -1,9 +1,14 @@
Source: logtalk
Version: 2.29.5
Package: logtalk
Version: 2.30.1
Maintainer: Paulo Moura <pmoura@logtalk.org>
Section: devel
Priority: optional
Architecture: any
Architecture: all
Essential: no
Recommends: swi-prolog | gprolog
Maintainer: Paulo Moura <pmoura@logtalk.org>
Description: Logtalk is an open source object-oriented extension to the Prolog programming language. Integrating logic programming with object-oriented and event-driven programming, it is compatible with most Prolog compilers. It supports both prototypes and classes. In addition, it supports component-based programming through category-based composition.
Description: Open source object-oriented logic programming language.
Logtalk is an open source object-oriented logic programming language
that can use most Prolog implementations as a back-end compiler.
As a multi-paradigm language, Logtalk includes support for both
prototypes and classes, protocols, component-based programming
through category-based composition, event-driven programming, and
multi-threading programming.