summaryrefslogtreecommitdiff
path: root/doc/setoid-doc.ipkg
blob: 9bce2e70ac30dba79985be7a2cfa26daeb272846 (plain)
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
package setoid-doc
-- version =
authors = "Ohad Kammar"
-- maintainers =
-- license =
-- brief =
-- readme =
-- homepage =
-- sourceloc =
-- bugtracker =

-- the Idris2 version required (e.g. langversion >= 0.5.1)
-- langversion

-- packages to add to search path
depends
  = contrib
  , setoid
  , frex
modules
  = Tutorial
  , Minh

-- name of executable
sourcedir = "sources"
builddir = "build"
outputdir = "build"

-- 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 =