We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6589b0d commit 05404d1Copy full SHA for 05404d1
2p-kt.json
@@ -0,0 +1,30 @@
1
+{
2
+ "description": "A Kotlin Multi-Platform ecosystem for symbolic AI",
3
+ "properties": [
4
+ {
5
+ "name": "v",
6
+ "value": "0.31.9"
7
+ },
8
9
+ "name": "v-renovate-hint",
10
+ "value": "update: package=it.unibo.tuprolog:full"
11
+ }
12
+ ],
13
+ "link": "https://github.com/gciatto/kt-math",
14
+ "repositories": [
15
+ "https://repo1.maven.org/maven2"
16
17
+ "dependencies": [
18
+ "it.unibo.tuprolog:solve-classic-jvm:$v",
19
+ "it.unibo.tuprolog:parser-theory-jvm:$v",
20
+ "it.unibo.tuprolog:dsl-solve-jvm:$v"
21
22
+ "imports": [
23
+ "it.unibo.tuprolog.core.*",
24
+ "it.unibo.tuprolog.unify.*",
25
+ "it.unibo.tuprolog.theory.*",
26
+ "it.unibo.tuprolog.solve.*",
27
+ "it.unibo.tuprolog.core.parsing.*",
28
+ "it.unibo.tuprolog.theory.parsing.*"
29
+ ]
30
+}
0 commit comments