-
Notifications
You must be signed in to change notification settings - Fork 15
/
it.unibo.tuprolog.ide.metainfo.xml
52 lines (43 loc) · 1.73 KB
/
it.unibo.tuprolog.ide.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>it.unibo.tuprolog.ide</id>
<name>tuProlog IDE</name>
<summary>An IDE for using Prolog via 2p-kt</summary>
<url type="homepage">https://apice.unibo.it/xwiki/bin/view/Tuprolog/</url>
<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>Apache-2.0</project_license>
<description>
<p>
tuProlog (2P henceforth) is a multi-paradigm logic programming framework written in Java.
</p>
<p>
2P-Kt is a Kotlin-based and multi-platform reboot of 2P. It consists of an open ecosystem for
Symbolic Artificial Intelligence (AI). For this reason, 2P-Kt consists of a number of
incrementally inter-dependent modules aimed at supporting symbolic manipulation and reasoning
in an extensible and flexible way.
</p>
</description>
<launchable type="desktop-id">it.unibo.tuprolog.ide.desktop</launchable>
<content_rating type="oars-1.1" />
<developer id="it.unibo.tuprolog.ide">
<name>University of Bologna - tuProlog Developers</name>
</developer>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/tuProlog/2p-kt/7a1b127a10a084793da74e275d598f3c482be9c0/.img/2p-kt-ide.png</image>
<caption>TuProlog IDE with a simple program and the about dialog</caption>
</screenshot>
</screenshots>
<releases>
<release version="1.0.4" date="2024-05-26">
<url type="details">https://github.com/tuProlog/2p-kt/releases/tag/1.0.4</url>
<description>
<p>Dependency updates</p>
<ul>
<li>Updated Gradle plugins</li>
<li>Updated PlantUML</li>
</ul>
</description>
</release>
</releases>
</component>