-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhaxelib.json
More file actions
32 lines (32 loc) · 729 Bytes
/
haxelib.json
File metadata and controls
32 lines (32 loc) · 729 Bytes
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
{
"name": "reflaxe.elixir",
"url": "https://github.com/fullofcaffeine/reflaxe.elixir",
"license": "GPL-3.0",
"tags": [
"cross",
"elixir",
"phoenix",
"reflaxe",
"macro"
],
"description": "A Haxe compilation target for Elixir/BEAM enabling gradual typing in Phoenix applications with compile-time type-safe Ecto queries and HXX→HEEx template transformation.",
"version": "0.2.1",
"classPath": "src",
"releasenote": "v0.2.1: See CHANGELOG.md",
"contributors": [
"fullofcaffeine"
],
"dependencies": {
"tink_macro": "",
"tink_parse": ""
},
"main": "Run",
"reflaxe": {
"name": "Elixir",
"abbv": "ex",
"stdPaths": [
"std",
"std/elixir"
]
}
}