Idris2/tests/chez/chez026/dummy.ipkg

17 lines
322 B
Plaintext

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
opts = "--no-color --console-width 0"
builddir = "custom_build"
outputdir = "custom_output"