We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67526fd commit e2e2bf7Copy full SHA for e2e2bf7
.gitignore
@@ -12,3 +12,4 @@ sarif/**
12
polystat-x86_64-pc-linux
13
out/
14
**.json
15
+hadoop_tmp
build.sbt
@@ -20,6 +20,7 @@ libraryDependencies ++= Seq(
20
"io.circe" %% "circe-core" % "0.14.1",
21
"org.polystat.py2eo" % "transpiler" % "0.0.10",
22
"org.slf4j" % "slf4j-nop" % "1.7.36",
23
+ "org.polystat" % "far" % "0.2.0",
24
)
25
26
assembly / assemblyJarName := "polystat.jar"
src/main/scala/org/polystat/cli/Far.scala
@@ -0,0 +1,6 @@
1
+package org.polystat.cli
2
+import org.polystat.far.FaR
3
+
4
+object Far {
5
6
+}
0 commit comments