Idris2/tests/idris2/pkg009/testpkg/testpkg.ipkg

13 lines
244 B
Plaintext
Raw Normal View History

2021-04-21 12:15:39 +03:00
package testpkg
authors = "Joe Bloggs"
maintainers = "Joe Bloggs"
license = "BSD3 but see LICENSE for more information"
brief = "This is a dummy package."
readme = "README.md"
main = Main
modules = Main
opts = "--no-color --console-width 0"