-
Notifications
You must be signed in to change notification settings - Fork 0
/
harmony.ipkg
46 lines (35 loc) · 967 Bytes
/
harmony.ipkg
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
package harmony
version = 5.0.0
authors = "Mathew Polzin"
license = "MIT"
brief = "Harmony GitHub collaboration tool"
readme = "https://github.com/mattpolzin/harmony/blob/main/README.md"
homepage = "https://github.com/mattpolzin/harmony"
sourceloc = "https://github.com/mattpolzin/harmony"
bugtracker = "https://github.com/mattpolzin/harmony/issues"
langversion >= 0.7.0
depends = contrib
, idris-adds >= 0.4.0
, elab-util >= 0.1.0
, parser >= 0.1.0
, parser-json >= 0.1.0
, json >= 0.5.0
modules = Main
main = Main
executable = "harmony"
opts = "--codegen node"
sourcedir = "src"
-- builddir =
-- outputdir =
-- script to run before building
-- prebuild =
-- script to run after building
-- postbuild =
-- script to run after building, before installing
-- preinstall =
-- script to run after installing
-- postinstall =
-- script to run before cleaning
-- preclean =
-- script to run after cleaning
-- postclean =