-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.fury
52 lines (40 loc) · 1.9 KB
/
.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#!/usr/bin/env bash
:<< "##"
┌─────────────────────────────────────────────────────────┐
│ Jacinta │
│ ‾‾‾‾‾‾‾ │
│ This file contains a Fury build definition. │
│ Fury can be downloaded from https://fury.build/ │
│ or your can just run this file on the command line. │
└─────────────────────────────────────────────────────────┘
ecosystem vent 3 https://github.com/propensive/vent main
command package jacinta/package
description Create a distributable jacinta.jar package
command compile jacinta/core
description Build the project
default compile
project jacinta
name Jacinta
website https://github.com/propensive/jacinta
license apache-2
description A fast JSON parser for Scala.
module core
compiler scala
sources src/core
include merino/core
include gossamer/core
artifact package jacinta.jar
include jacinta/core
basis runtime
stream latest
lifetime 7
guarantee functionality
stream stable
lifetime 180
guarantee source
##
code=H4sIAAAAAAAAA1WQzW6CUBCF9zzF5IagpuFH8KINwU1t04XGB5Au4P4IkQsUvdUmrPpEfbI+QwdITLubmZM558vhMTFf97tn12Epy4Urdf\
vpXlRDIokKH3YSNbE5ScRhsYpo5C88hXMwzisFZaorfG0Br38lT/18fQ+3iaFjchQXp3dzMl2UnEQHsCUQUxJ467qpYHmNWwOb+lqVdcqL6gimJ\
palTrxowW5Q5bhOr2gE9vsebNS7jum2BPu8hcQw9WzdG1oWy1XN4eE2+HeduBUXmM/AX7tcfLiVLsvoHviUC3bq03YbCnl6zqGWMLgcUJ8qTjFt\
BPXXiXF3QGjUzlqNIblIOdgs8P/FzAjEENAwXPJMho9hOmfBMs2oz6nH53JJA+5nfQEj4kiVGD3Xdqi1B3vpW3McJBoohto8YvwCkFcY9LsBAAA=
eval "$(echo $code | base64 -d | gzip -d)"