mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-11 06:14:41 +03:00
12 lines
252 B
Plaintext
12 lines
252 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 = Top.Dummy
|
|
sourcedir = "src"
|
|
opts = "--no-color --console-width 0"
|