Idris2/tests/chez/chez026/dummy.ipkg

16 lines
284 B
Plaintext
Raw Normal View History

package dummy
authors = "Joe Bloggs"
maintainers = "Joe Bloggs"
license = "BSD3 but see LICENSE for more information"
brief = "This is a dummy package."
readme = "README.md"
modules = Dummy
main = Dummy
executable = check_dir
builddir = "custom_build"
outputdir = "custom_output"