-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfury
33 lines (26 loc) · 1004 Bytes
/
fury
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This is a buildfile for Fury or Wrath.
# More information is available at: https://github.com/propensive/wrath/
target merino/test
repo propensive/serpentine
repo propensive/probably
repo propensive/diuretic
project merino
module core
compiler scala
sources src/core
include turbulence/core
module bench
compiler scala
sources src/bench
include jawn/core merino/core probably/cli probably/bench
main merino.Benchmarks
module test
compiler scala
sources src/test
include probably/cli merino/core jawn/core diuretic/core probably/bench
main merino.Tests
project jawn
module core
lib jawn-parser https://repo1.maven.org/maven2/org/typelevel/jawn-parser_2.13/1.3.2/jawn-parser_2.13-1.3.2.jar
lib jawn-ast https://repo1.maven.org/maven2/org/typelevel/jawn-ast_2.13/1.3.2/jawn-ast_2.13-1.3.2.jar
lib jawn-util https://repo1.maven.org/maven2/org/typelevel/jawn-util_2.13/1.3.2/jawn-util_2.13-1.3.2.jar