-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsesterl.yaml
82 lines (69 loc) · 1.55 KB
/
sesterl.yaml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
package: "tianjiupai"
language: "v0.2.0"
source_directories:
- "./src"
- "./src/_generated"
test_directories:
- "./test"
main_module: "Tianjiupai"
dependencies:
- name: "sesterl_stdlib"
source:
type: "git"
repository: "https://github.com/gfngfn/sesterl_stdlib"
spec:
type: "tag"
value: "v0.4.1"
- name: "sesterl_json"
source:
type: "git"
repository: "https://github.com/gfngfn/sesterl_json"
spec:
type: "tag"
value: "v0.0.2"
test_dependencies:
- name: "sesterl_testing"
source:
type: "git"
repository: "https://github.com/gfngfn/sesterl_testing"
spec:
type: "tag"
value: "v0.0.2"
erlang:
output_directory: "./_generated"
test_output_directory: "./_generated_test"
erlang_dependencies:
- name: "jsone"
source:
type: "hex"
version: "1.5.7"
- name: "uuid"
source:
type: "git"
repository: "https://github.com/okeuday/uuid.git"
spec:
type: "tag"
value: "v2.0.1"
- name: "bbmustache"
source:
type: "hex"
version: "1.12.1"
- name: "cowboy"
source:
type: "hex"
version: "2.8.0"
- name: "cowboy_session"
source:
type: "git"
repository: "https://github.com/gfngfn/cowboy_session.git"
spec:
type: "branch"
value: "master"
relx:
release:
name: "tianjiupai"
version: "0.1.0"
applications:
- "cowboy"
- "tianjiupai"
dev_mode: true