{"id":16189393,"url":"https://github.com/caolan/chicken-fnmatch","last_synced_at":"2026-01-20T04:32:15.756Z","repository":{"id":19081159,"uuid":"22308615","full_name":"caolan/chicken-fnmatch","owner":"caolan","description":"Test filenames against shell wildcard patterns using fnmatch","archived":false,"fork":false,"pushed_at":"2014-07-30T13:57:03.000Z","size":136,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-28T18:41:34.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caolan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-27T10:39:10.000Z","updated_at":"2014-07-28T22:28:08.000Z","dependencies_parsed_at":"2022-09-02T13:10:55.456Z","dependency_job_id":null,"html_url":"https://github.com/caolan/chicken-fnmatch","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/caolan/chicken-fnmatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-fnmatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-fnmatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-fnmatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-fnmatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caolan","download_url":"https://codeload.github.com/caolan/chicken-fnmatch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-fnmatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T07:35:18.442Z","updated_at":"2026-01-20T04:32:15.737Z","avatar_url":"https://github.com/caolan.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chicken-fnmatch \n\nCHICKEN Scheme bindings for fnmatch(3). Provides glob-like pattern matching for\nfilenames using shell wildcard patterns.\n\n## Example use\n\n```scheme\n(fnmatch \"dir/*.scm\" \"dir/foo.scm\") ;; =\u003e #t\n(fnmatch \"dir/*.scm\" \"dir/foo.txt\") ;; =\u003e #f\n```\n\n## API\n\n### fnmatch\n\n```scheme\n(fnmatch path pattern #!key (escape #t) (pathname #t) (period #f))\n```\n\nTests a pathname against a pattern, returning #t for a match or #f for\nno match.\n\n#### Keyword arguments:\n\n- __escape:__ when set to #f, treat backslash as an ordinary character, instead\n              of an escape character\n- __pathname:__ match a slash in string only with a slash in pattern and not by\n                an asterisk (*) or a question mark (?) metacharacter, nor by a\n                bracket expression ([]) containing a slash\n- __period:__ a leading period in string has to be matched exactly by a period\n              in pattern. A period is considered to be leading if it is the\n              first character in string, or if both 'pathname' is set to #t\n              and the period immediately follows a slash\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fchicken-fnmatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaolan%2Fchicken-fnmatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fchicken-fnmatch/lists"}