mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-23 21:02:07 +03:00
e126dcd28f
This looks for an .ipkg file in a parent directory before loading the given file, and loads it relative to the .ipkg's source directory, with the options specified in the .ipkg. The intention is to save all the editor modes having to do the same thing, and especially makes it possible for the new vim mode to work with ipkgs.
11 lines
214 B
Plaintext
11 lines
214 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"
|