Description
A Haskell globbing library for matching file paths with wildcard patterns. It helps applications select groups of files using patterns such as stars, character classes, and directory matches.
Developers use it in build tools, search tools, test discovery, and configuration-driven file selection. Pattern behavior should be documented so users understand hidden files, recursion, and platform path rules.