mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 10:41:59 +03:00
16 lines
284 B
Plaintext
16 lines
284 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
|
||
|
|
||
|
builddir = "custom_build"
|
||
|
outputdir = "custom_output"
|