This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/tests/parser/meta/meta.arf

8 lines
170 B
Plaintext
Raw Normal View History

2022-08-12 10:55:17 -06:00
:arf
2022-10-04 15:07:31 -06:00
author 'Sasha Koshka'
license 'GPLv3'
require './some/local/module'
require '/some/absolute/path/to/someModule'
require 'someLibraryInstalledInStandardLocation'
2022-08-12 10:55:17 -06:00
---