{"id":18841921,"url":"https://github.com/diskuv/feat","last_synced_at":"2025-09-11T06:38:24.263Z","repository":{"id":114369732,"uuid":"385061564","full_name":"diskuv/feat","owner":"diskuv","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-11T22:26:15.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-22T22:22:33.764Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diskuv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-07-11T22:10:45.000Z","updated_at":"2021-11-11T16:20:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"62b88b1e-5fbe-4a3e-b2af-35a768daf638","html_url":"https://github.com/diskuv/feat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diskuv/feat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diskuv%2Ffeat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diskuv%2Ffeat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diskuv%2Ffeat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diskuv%2Ffeat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diskuv","download_url":"https://codeload.github.com/diskuv/feat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diskuv%2Ffeat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274589627,"owners_count":25312971,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-08T02:53:02.864Z","updated_at":"2025-09-11T06:38:24.229Z","avatar_url":"https://github.com/diskuv.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Feat\n\nFeat is a library that offers support for counting, enumerating, and sampling\nobjects of a certain kind, such as (say) the inhabitants of an algebraic data\ntype.\n\nFeat was inspired by the paper\n[Feat: Functional Enumeration of Algebraic Types](https://kar.kent.ac.uk/47486/)\nby Jonas Duregård, Patrik Jansson and Meng Wang (2012).\nIt can perhaps be compared with the Haskell library\n[testing-feat](https://hackage.haskell.org/package/testing-feat),\nalthough a detailed comparison has not been carried out.\n\nThe library is laid out as follows:\n\n* The module [Feat.IFSeq](src/IFSeq.mli) implements\n  the signature [Feat.IFSEQ](src/IFSeqSig.ml)\n  of (implicit, finite) **sequences**.\n\n  These sequences are implicit, which means that they are not explicitly\n  epresented in memory as an actual sequence of elements; instead, they are\n  *described* by a data structure which contains enough information to\n  produce an arbitrary element upon request. This design decision imposes\n  some constraints on the operations that can be efficiently supported; for\n  instance, `filter` is not supported.\n\n* The module [Feat.Enum](src/Enum.mli) implements\n  **enumerations**.\n  An enumeration of type `'a enum` is a function of a size `s`\n  to a sequence of elements of size `s`.\n\n* The module [Feat.Bigint](src/bigint.mli)\n  offers a function `random` of type `Z.t -\u003e Z.t`,\n  thus repairing an unfortunate omission in the library `zarith`.\n\n* The external library\n  [Fix](https://gitlab.inria.fr/fpottier/fix/)\n  comes in handy when building enumerations\n  of recursive algebraic data types:\n  see the [demo](demo/Test.ml).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiskuv%2Ffeat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiskuv%2Ffeat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiskuv%2Ffeat/lists"}