Idris2/tests/idris2/misc/import008/Exe/exe.ipkg
2023-09-07 14:57:22 +01:00

48 lines
754 B
Plaintext

package exe
-- version =
-- authors =
-- 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 = lib
-- modules to install
modules = Mod
-- main file (i.e. file to load at REPL)
-- main =
-- name of executable
-- executable =
-- opts =
-- sourcedir =
-- 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 =