Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-ref2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mu
mu-impl-ref2
Commits
a0397cce
Commit
a0397cce
authored
Sep 21, 2015
by
Kunshan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: Updated build.sbt
parent
d67a307a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
build.sbt
build.sbt
+22
-22
No files found.
build.sbt
View file @
a0397cce
organization
:=
"org.microvm"
lazy
val
root
=
(
project
in
file
(
"."
)).
settings
(
organization
:=
"org.microvm"
,
name
:=
"microvm-refimpl2"
name
:=
"microvm-refimpl2"
,
description
:=
"The second reference implementation of Mu, the micro virtual machine"
description
:=
"The second reference implementation of Mu, the micro virtual machine"
,
licenses
:=
Seq
(
"CC BY-SA 4.0"
->
url
(
"https://creativecommons.org/licenses/by-sa/4.0/legalcode"
))
licenses
:=
Seq
(
"CC BY-SA 4.0"
->
url
(
"https://creativecommons.org/licenses/by-sa/4.0/legalcode"
)),
scalaVersion
:=
"2.11.7"
scalaVersion
:=
"2.11.7"
,
libraryDependencies
:
=
Seq
(
"org.antlr"
%
"antlr4"
%
"4.5.1"
,
"com.typesafe.scala-logging"
%%
"scala-logging"
%
"3.1.0"
,
"ch.qos.logback"
%
"logback-classic"
%
"1.1.2
"
,
"com.github.jnr"
%
"jnr-ffi"
%
"2.0.3"
,
"com.github.jnr"
%
"jffi"
%
"1.2.9"
,
"com.github.jnr"
%
"jnr-posix"
%
"3.0.17"
,
"org.scalatest"
%%
"scalatest"
%
"2.2.0
"
%
"test"
,
"junit"
%
"junit"
%
"4.12"
%
"test"
)
antlr4Settings
libraryDependencies
++
=
Seq
(
"org.antlr"
%
"antlr4"
%
"4.5.1"
,
"com.typesafe.scala-logging"
%%
"scala-logging"
%
"3.1.0"
,
"ch.qos.logback"
%
"logback-classic"
%
"1.1.3
"
,
"com.github.jnr"
%
"jnr-ffi"
%
"2.0.3"
,
"com.github.jnr"
%
"jffi"
%
"1.2.9"
,
"com.github.jnr"
%
"jnr-posix"
%
"3.0.17"
,
"org.scalatest"
%%
"scalatest"
%
"2.2.4
"
%
"test"
,
"junit"
%
"junit"
%
"4.12"
%
"test"
),
antlr4Settings
,
antlr4PackageName
in
Antlr4
:=
Some
(
"uvm.ir.textinput.gen"
)
antlr4PackageName
in
Antlr4
:=
Some
(
"uvm.ir.textinput.gen"
),
antlr4GenListener
in
Antlr4
:=
false
antlr4GenListener
in
Antlr4
:=
false
,
antlr4GenVisitor
in
Antlr4
:=
false
EclipseKeys
.
createSrc
:=
EclipseCreateSrc
.
Default
+
EclipseCreateSrc
.
Resource
+
EclipseCreateSrc
.
Managed
antlr4GenVisitor
in
Antlr4
:=
false
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment