2024-12-30 11:08:48 +00:00
|
|
|
{
|
|
|
|
"name": "iutils",
|
|
|
|
"description": "Idris 2 utilities for testing, benchmarking, and documentation",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"perl": "6.d",
|
|
|
|
"authors": [
|
|
|
|
"Nathan McCarty <thatonelutenist@stranger.systems>"
|
|
|
|
],
|
2024-12-31 16:04:33 +00:00
|
|
|
"depends": [
|
2024-12-31 19:32:50 +00:00
|
|
|
"paths",
|
|
|
|
"Terminal::ANSIColor"
|
2024-12-31 16:04:33 +00:00
|
|
|
],
|
2024-12-30 11:08:48 +00:00
|
|
|
"provides": {
|
2024-12-30 13:43:26 +00:00
|
|
|
"IUtils": "lib/IUtils.rakumod",
|
2024-12-31 02:32:25 +00:00
|
|
|
"IUtils::IDEMode": "lib/IUtils/IDEMode.rakumod",
|
2024-12-31 21:19:02 +00:00
|
|
|
"IUtils::Regexes": "lib/IUtils/Regexes.rakumod",
|
2024-12-31 16:30:53 +00:00
|
|
|
"IUtils::Compiler": "lib/IUtils/Compiler.rakumod"
|
2024-12-30 11:08:48 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"iutils": "bin/iutils"
|
|
|
|
},
|
2024-12-31 16:04:33 +00:00
|
|
|
"resources": [ ]
|
2024-12-30 11:08:48 +00:00
|
|
|
}
|