Difference between revisions of "Gprolog"

From Free Software Directory
Jump to: navigation, search
(resources)
Line 2: Line 2:
 
|Name=GNU Prolog
 
|Name=GNU Prolog
 
|Short description=Prolog compiler
 
|Short description=Prolog compiler
|Full description=''' Gprolog''' is a free Prolog compiler with constraint solving over finite domains. It accepts a Prolog+ constraint program and produces a native binary. The obtained executable is now stand-alone. This executable can be quite small since GNU Prolog doesn't need to link the code of most unused built-in predicates. Besides the native code compilation, GNU Prolog offers a classical interactive interpreter (top-level). It also conforms to the ISO standard for Prolog. The program also includes an efficient constraint solver over Finite Domains (FD). This opens constraint logic programming to the user, combining its power with the declarativity of logic programming.
+
|Full description=''' Gprolog''' is a Prolog compiler with constraint solving over finite domains. It accepts a Prolog+ constraint program and produces a native binary. The obtained executable is now stand-alone. This executable can be quite small since GNU Prolog doesn't need to link the code of most unused built-in predicates. Besides the native code compilation, GNU Prolog offers a classical interactive interpreter (top-level). It also conforms to the ISO standard for Prolog. The program also includes an efficient constraint solver over Finite Domains (FD). This opens constraint logic programming to the user, combining its power with the declarativity of logic programming.
 
|Homepage URL=https://www.gnu.org/software/gprolog/
 
|Homepage URL=https://www.gnu.org/software/gprolog/
 
|User level=advanced
 
|User level=advanced
|VCS checkout command=:pserver:anoncvs@subversions.gnu.org:/cvsroot/gprolog
+
|Is High Priority Project=No
|Documentation note=User reference manual available from http://www.gprolog.org/#manual; User reference manual available in PostScript version from http://www.gprolog.org/manual/gprolog.ps; User reference manual available in DVI version from http://www.gprolog.org/manual/gprolog.dvi.tar.gz.
+
|VCS checkout command=git clone git://git.code.sf.net/p/gprolog/code gprolog-code
 +
|Computer languages=matlab
 +
|Documentation note=http://www.gprolog.org/#manual
 +
|Decommissioned/Obsolete=No
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
 
|Related projects=GNU Prolog for Java, Swi-prolog
 
|Related projects=GNU Prolog for Java, Swi-prolog
 
|Keywords=compiler,development,constraint,finite domains,prolog
 
|Keywords=compiler,development,constraint,finite domains,prolog
|Version identifier=1.4.4
+
|Version identifier=1.4.5
|Version date=2013/04/23
+
|Version date=2014/12/19
|Version status=stable
+
|Version status=unstable
|Version download=https://ftp.gnu.org/gnu/gprolog/gprolog-1.4.4.tar.gz
+
|Version download=ftp://gprolog.univ-paris1.fr/pub/gprolog/unstable/gprolog-20141219.tgz
 +
|Test entry=No
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/02/19
+
|Last review date=2018/05/11
|Submitted date=2011-04-01
+
|Submitted by=Database conversion
 +
|Submitted date=2011/04/12
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=gprolog
 
|GNU package identifier=gprolog
Line 24: Line 29:
 
|License verified by=Genium
 
|License verified by=Genium
 
|License verified date=2016/02/03
 
|License verified date=2016/02/03
 +
|License note=GPLv2orlater or LGPLv3orlater
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 29: Line 35:
 
|License verified by=Genium
 
|License verified by=Genium
 
|License verified date=2016/02/03
 
|License verified date=2016/02/03
 +
|License note=GPLv2orlater or LGPLv3orlater
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Daniel Diaz
 
|Real name=Daniel Diaz
 
|Role=Maintainer
 
|Role=Maintainer
|Email=Daniel.Diaz@univ-paris1.fr
+
|Email=daniel.diaz@univ-paris1.fr
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 40: Line 47:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=Savannah (Ref)
|Resource kind=E-mail
+
|Resource URL=https://savannah.gnu.org/projects/gprolog
|Resource URL=mailto:bug-prolog@gnu.org
+
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://sourceforge.net/p/gprolog/code/ci/master/tree
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/users-prolog
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-prolog
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/gprolog
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Download
|Resource kind=E-mail
+
|Resource URL=ftp://gprolog.univ-paris1.fr/pub/gprolog
|Resource URL=mailto:users-prolog@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource kind=General
|Resource URL=https://savannah.gnu.org/projects/gprolog
+
|Resource URL=https://sourceforge.net/projects/gprolog
 
}}
 
}}
 
{{Software category
 
{{Software category
 +
|Programming-language=C, C++, perl, shell
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 
|Software-development=compiler
 
|Software-development=compiler
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 02:53, 11 May 2018


[edit]

GNU Prolog

http://www.gprolog.org/
Prolog compiler.

Gprolog is a Prolog compiler with constraint solving over finite domains. It accepts a Prolog+ constraint program and produces a native binary. The obtained executable is now stand-alone. This executable can be quite small since GNU Prolog doesn't need to link the code of most unused built-in predicates. Besides the native code compilation, GNU Prolog offers a classical interactive interpreter (top-level). It also conforms to the ISO standard for Prolog. The program also includes an efficient constraint solver over Finite Domains (FD). This opens constraint logic programming to the user, combining its power with the declarativity of logic programming.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

11 August 2021

Verified by

Genium

Verified on

11 August 2021




Leaders and contributors

Contact(s)Role
Daniel Diaz Maintainer


Resources and communication

AudienceResource typeURI
WikidataGeneralhttps://www.wikidata.org/wiki/Q2351180
Mailing Listhttps://lists.gnu.org/mailman/listinfo/users-prolog/
FTPDownloadhttps://ftpmirror.gnu.org/gprolog/
SavannahDeveloperhttps://savannah.gnu.org/projects/gprolog/
FTPDownloadhttps://ftp.gnu.org/gnu/gprolog/
DebianDeveloperhttps://tracker.debian.org/pkg/gprolog
SourceForgeVCS Repository Webviewhttps://sourceforge.net/p/gprolog/code/
SourceForgeHomepagehttps://sourceforge.net/projects/gprolog/
FTPDownloadftp://gprolog.univ-paris1.fr/pub/gprolog/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-prolog/
GitHubVCS Repository Webviewhttps://github.com/didoudiaz/gprolog.git


Software prerequisites

This entry (in part or in whole) was last reviewed on 11 August 2021.




Entry










"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.