mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
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
|