@@ -0,0 +1,20 @@
+{
+ "framework": "htt4s",
+ "tests": [{
+ "default": {
+ "setup_file": "setup",
+ "json_url": "/json",
+ "port": 8080,
+ "approach": "Realistic",
+ "classification": "Micro",
+ "database": "None",
+ "framework": "http4s",
+ "language": "Scala",
+ "platform": "NIO",
+ "webserver": "None",
+ "os": "Linux",
+ "display_name": "http4s",
+ "notes": ""
+ }
+ }]
+}
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+fw_depends java7 sbt
@@ -0,0 +1,6 @@
+source $IROOT/java7.installed
+export SBT_HOME=${IROOT}/sbt
+${SBT_HOME}/bin/sbt update compile