{"id":21928477,"url":"https://github.com/matthewelse/og","last_synced_at":"2025-03-22T12:24:07.581Z","repository":{"id":262161406,"uuid":"886278722","full_name":"matthewelse/og","owner":"matthewelse","description":"grep in OCaml","archived":false,"fork":false,"pushed_at":"2024-12-08T20:06:36.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T11:49:44.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OCaml","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/matthewelse.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-10T16:51:04.000Z","updated_at":"2024-12-08T20:06:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed4d81d0-829f-4775-9bf9-e399ddc650f8","html_url":"https://github.com/matthewelse/og","commit_stats":null,"previous_names":["matthewelse/og"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewelse","download_url":"https://codeload.github.com/matthewelse/og/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244954771,"owners_count":20537818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-28T22:26:10.839Z","updated_at":"2025-03-22T12:24:07.548Z","avatar_url":"https://github.com/matthewelse.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `og`\n\n`og` is an implementation of `grep` in OCaml. The goal is to write a\nhigh-performance tool in pure, safe OCaml.\n\n## Ideas \n\n- [x] Backtracking NFA implementation.\n- [x] Hybrid NFA (lazy DFA) implementation.\n- [x] Use SIMD directly from OCaml to remove the need for C stubs.\n- [x] Full implementation of Boyer-Moore for string matching.\n- [ ] Parallelize directory tree walking.\n- [ ] Support for globs.\n- [ ] Support for ignoring .gitignore'd files.\n- [x] If matching \"^{literal}\" just do Slice.is_prefix, rather than full string matching.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewelse%2Fog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewelse%2Fog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewelse%2Fog/lists"}