-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblizzard-html.ipkg
48 lines (36 loc) · 1.01 KB
/
blizzard-html.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
47
48
package blizzard-html
version = 1.0.0
authors = "Joshua Obritsch <[email protected]>"
bugtracker = "https://github.com/joshua-obritsch/idris2-blizzard-html/issues"
brief = "An HTML generator"
license = "MIT"
maintainers = "Joshua Obritsch <[email protected]>"
readme = "https://github.com/joshua-obritsch/idris2-blizzard-html/blob/master/README.md"
sourceloc = "https://github.com/joshua-obritsch/idris2-blizzard-html"
-- homepage =
-- packages to add to search path
-- depends =
-- modules to install
modules
= Html
, Html.Attributes
-- main file (i.e. file to load at REPL)
main = Html
-- name of executable
-- executable =
-- opts =
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 =