Skip to content

Commit 05404d1

Browse files
gciattoileasile
authored andcommitted
feat: add 2p-kt
1 parent 6589b0d commit 05404d1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

2p-kt.json

+30
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)