{"id":160727,"name":"ad","ecosystem":"hackage","description":"Forward-, reverse- and mixed- mode automatic differentiation combinators with a common API.\n\nType-level \"branding\" is used to both prevent the end user from confusing infinitesimals\nand to limit unsafe access to the implementation details of each Mode.\n\nEach mode has a separate module full of combinators.\n\nNumeric.AD.Mode.Forward provides basic forward-mode AD. It is good for computing simple derivatives.\n\nNumeric.AD.Mode.Reverse uses benign side-effects to compute reverse-mode AD. It is good for computing gradients in one pass. It generates a Wengert list (linear tape) using Data.Reflection.\n\nNumeric.AD.Mode.Kahn uses benign side-effects to compute reverse-mode AD. It is good for computing gradients in one pass. It generates a tree-like tape that needs to be topologically sorted in the end.\n\nNumeric.AD.Mode.Sparse computes a sparse forward-mode AD tower. It is good for higher derivatives or large numbers of outputs.\n\nNumeric.AD.Mode.Tower computes a dense forward-mode AD tower useful for higher derivatives of single input functions.\n\nNumeric.AD computes using whichever mode or combination thereof is suitable to each individual combinator.\n\nWhile not every mode can provide all operations, the following basic operations are supported, modified as\nappropriate by the suffixes below:\n\ngrad computes the gradient (partial derivatives) of a function at a point.\n\njacobian computes the Jacobian matrix of a function at a point.\n\ndiff computes the derivative of a function at a point.\n\ndu computes a directional derivative of a function at a point.\n\nhessian computes the Hessian matrix (matrix of second partial derivatives) of a function at a point.\n\nThe following suffixes alter the meanings of the functions above as follows:\n\n' -- also return the answer\n\nWith lets the user supply a function to blend the input with the output\n\nF is a version of the base function lifted to return a Traversable (or Functor) result\n\ns means the function returns all higher derivatives in a list or f-branching Stream\n\nT means the result is transposed with respect to the traditional formulation.\n\n0 means that the resulting derivative list is padded with 0s at the end.\n\nNoEq means that an infinite list of converging values is returned rather than truncating the list when they become constant","homepage":"http://github.com/ekmett/ad","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/ekmett/ad","keywords_array":["bsd3","library","math","Propose Tags"],"namespace":null,"versions_count":90,"first_release_published_at":"2010-06-05T23:35:36.000Z","latest_release_published_at":"2024-05-01T12:25:29.000Z","latest_release_number":"4.5.6","last_synced_at":"2026-05-10T15:17:32.679Z","created_at":"2022-04-05T17:40:56.806Z","updated_at":"2026-05-10T15:17:32.679Z","registry_url":"https://hackage.haskell.org/package/ad","install_command":"cabal install ad","documentation_url":null,"metadata":{},"repo_metadata":{"id":943086,"uuid":"719784","full_name":"ekmett/ad","owner":"ekmett","description":"Automatic Differentiation","archived":false,"fork":false,"pushed_at":"2025-03-03T11:31:51.000Z","size":2382,"stargazers_count":383,"open_issues_count":16,"forks_count":75,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-08-20T17:01:31.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hackage.haskell.org/package/ad","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ekmett.png","metadata":{"files":{"readme":"README.markdown","changelog":"CHANGELOG.markdown","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2010-06-14T09:19:18.000Z","updated_at":"2025-08-20T13:18:59.000Z","dependencies_parsed_at":"2024-03-12T13:00:14.397Z","dependency_job_id":"494a41fe-7f81-4315-b001-7fe47d15f20c","html_url":"https://github.com/ekmett/ad","commit_stats":{"total_commits":595,"total_committers":34,"mean_commits":17.5,"dds":"0.31932773109243695","last_synced_commit":"fc01c61e6380acc13bad60fe4ef4bf63871fd846"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/ekmett/ad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekmett","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/sbom","scorecard":{"id":370703,"data":{"date":"2025-08-11","repo":{"name":"github.com/ekmett/ad","commit":"71b0b221f29b32dd1c283342d70af305ad0d940b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"name":"Code-Review","score":2,"reason":"Found 5/23 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/haskell-ci.yml:1","Warn: no topLevel permission defined: .github/workflows/hlint.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/haskell-ci.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/ekmett/ad/haskell-ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/haskell-ci.yml:231: update your workflow using https://app.stepsecurity.io/secureworkflow/ekmett/ad/haskell-ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/haskell-ci.yml:271: update your workflow using https://app.stepsecurity.io/secureworkflow/ekmett/ad/haskell-ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/hlint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/ekmett/ad/hlint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/hlint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/ekmett/ad/hlint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/hlint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/ekmett/ad/hlint.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 13 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T12:51:14.407Z","repository_id":943086,"created_at":"2025-08-18T12:51:14.407Z","updated_at":"2025-08-18T12:51:14.407Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271478000,"owners_count":24766424,"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-08-21T02:00:08.990Z","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"},"owner_record":{"login":"ekmett","name":"Edward Kmett","uuid":"304657","kind":"user","description":"I write a lot of Haskell.","email":"","website":"http://comonad.com","location":"Farmington Hills, MI","twitter":"kmett","company":"Groq","icon_url":"https://avatars.githubusercontent.com/u/304657?v=4","repositories_count":298,"last_synced_at":"2023-04-10T02:32:00.294Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ekmett","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:37:43.210Z","updated_at":"2023-04-10T02:32:01.377Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekmett","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekmett/repositories"},"tags":[{"name":"v4.5.6","sha":"0cd35eb36c42b35d5e26f368322ac220f1715ec2","kind":"commit","published_at":"2024-05-01T12:24:41.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.5.6","html_url":"https://github.com/ekmett/ad/releases/tag/v4.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.6/manifests"},{"name":"v4.5.5","sha":"84d4f8fb42f07144d7a5ff6b98e2a6c7144f16d8","kind":"commit","published_at":"2024-01-28T20:15:28.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.5.5","html_url":"https://github.com/ekmett/ad/releases/tag/v4.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.5/manifests"},{"name":"v4.5.4","sha":"8155b0e2876475996cc25245a894bdbe7f80efe0","kind":"commit","published_at":"2023-02-19T12:56:49.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.5.4","html_url":"https://github.com/ekmett/ad/releases/tag/v4.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.4/manifests"},{"name":"v4.5.3","sha":"b69fc5659fe886cad9ee10cc42f4472b36595e8c","kind":"commit","published_at":"2023-01-22T02:15:47.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.5.3","html_url":"https://github.com/ekmett/ad/releases/tag/v4.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.3/manifests"},{"name":"v4.5.2","sha":"b4b45deac3354eaaf133420d2dbca2402f7efe02","kind":"commit","published_at":"2022-06-17T23:44:30.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.5.2","html_url":"https://github.com/ekmett/ad/releases/tag/v4.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.2/manifests"},{"name":"v4.5.1","sha":"ecb936b1d2dffde35a5165ae5f848e4f4ee3227e","kind":"commit","published_at":"2022-05-18T11:14:05.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.5.1","html_url":"https://github.com/ekmett/ad/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5.1/manifests"},{"name":"v4.5","sha":"aee1218b83a2c6666f303b13e936e496b77f3e70","kind":"commit","published_at":"2021-11-07T13:45:18.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.5","html_url":"https://github.com/ekmett/ad/releases/tag/v4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.5/manifests"},{"name":"v4.4.1","sha":"c018fce04ffbfee79e43b3088103b4de621c2fde","kind":"commit","published_at":"2020-10-13T14:39:52.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.4.1","html_url":"https://github.com/ekmett/ad/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.4.1/manifests"},{"name":"v4.4","sha":"191156a50a98a5e8866380c937a7f30d23feebae","kind":"commit","published_at":"2020-02-03T12:03:36.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.4","html_url":"https://github.com/ekmett/ad/releases/tag/v4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.4/manifests"},{"name":"v4.3.6","sha":"6bc3a7e416633a9f1feb49913bdd4ff29047bbea","kind":"commit","published_at":"2019-03-01T01:01:53.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.3.6","html_url":"https://github.com/ekmett/ad/releases/tag/v4.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.6/manifests"},{"name":"v4.3.5","sha":"fabd522f0596133041662078c58f0f1b9d026187","kind":"commit","published_at":"2018-01-18T23:45:16.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.3.5","html_url":"https://github.com/ekmett/ad/releases/tag/v4.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.5/manifests"},{"name":"v4.3.4","sha":"da5cbe178f6de5ccde29754b8860affc835819df","kind":"commit","published_at":"2017-07-28T23:22:36.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.3.4","html_url":"https://github.com/ekmett/ad/releases/tag/v4.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.4/manifests"},{"name":"v4.3.3","sha":"196fa8317ac4071731e628a1651dac0004dd1877","kind":"commit","published_at":"2017-04-27T02:36:16.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.3.3","html_url":"https://github.com/ekmett/ad/releases/tag/v4.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.3/manifests"},{"name":"v4.3.2.1","sha":"ac5e0c7091430d0c569ba893f78385ead70b918e","kind":"commit","published_at":"2016-06-12T19:55:09.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.3.2.1","html_url":"https://github.com/ekmett/ad/releases/tag/v4.3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.2.1/manifests"},{"name":"v4.3.2","sha":"8f78da4614bdbb6c40c2f1ed2ebbab387d6ba901","kind":"tag","published_at":"2016-01-07T12:27:07.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.3.2","html_url":"https://github.com/ekmett/ad/releases/tag/v4.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.2/manifests"},{"name":"v4.3.1","sha":"24c43b81c175ca2a5798aff57632614c39694f3a","kind":"tag","published_at":"2015-11-10T20:54:53.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.3.1","html_url":"https://github.com/ekmett/ad/releases/tag/v4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3.1/manifests"},{"name":"v4.3","sha":"a4827cf783a617bc7a0fa14bb3f86e8e5163203d","kind":"tag","published_at":"2015-11-10T13:16:24.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.3","html_url":"https://github.com/ekmett/ad/releases/tag/v4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.3/manifests"},{"name":"v4.2.4","sha":"c7f901673e300269b65827b8cb7c7aa060b8fd6d","kind":"tag","published_at":"2015-08-14T04:53:12.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.2.4","html_url":"https://github.com/ekmett/ad/releases/tag/v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.4/manifests"},{"name":"v4.2.3","sha":"a1d50b5cf1f3430010a31820e7b81072ca240435","kind":"tag","published_at":"2015-07-10T04:34:52.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.2.3","html_url":"https://github.com/ekmett/ad/releases/tag/v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.3/manifests"},{"name":"v4.2.2","sha":"ae72837ae0af3f5069a05a261fa7a00ccabd20ef","kind":"tag","published_at":"2015-05-10T16:45:52.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.2.2","html_url":"https://github.com/ekmett/ad/releases/tag/v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.2/manifests"},{"name":"v4.2.1.1","sha":"6ffc9154257c4b32cb44f83b9ebf73a3baec376e","kind":"tag","published_at":"2014-12-03T10:55:09.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.2.1.1","html_url":"https://github.com/ekmett/ad/releases/tag/v4.2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.1.1/manifests"},{"name":"v4.2.1","sha":"35b072ff742c5b0fef409880ff61daa701a2137f","kind":"tag","published_at":"2014-09-16T21:30:17.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.2.1","html_url":"https://github.com/ekmett/ad/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.1/manifests"},{"name":"v4.2.0.2","sha":"56dcd6c6c18450403b7e9f821e02f4e9901c3d83","kind":"tag","published_at":"2014-06-09T00:58:04.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.2.0.2","html_url":"https://github.com/ekmett/ad/releases/tag/v4.2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.0.2/manifests"},{"name":"v4.2.0.1","sha":"f89f201a54c743786855301ed4b1faeb25843391","kind":"tag","published_at":"2014-04-01T18:02:43.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.2.0.1","html_url":"https://github.com/ekmett/ad/releases/tag/v4.2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2.0.1/manifests"},{"name":"v4.2","sha":"c80cd599acd14d882438c7207e82bb1f35ac2788","kind":"tag","published_at":"2014-03-31T08:31:07.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.2","html_url":"https://github.com/ekmett/ad/releases/tag/v4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.2/manifests"},{"name":"v4.1","sha":"8d9192749812f42610e5dbf2be1f9226ff723c15","kind":"tag","published_at":"2014-03-30T20:57:32.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.1","html_url":"https://github.com/ekmett/ad/releases/tag/v4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.1/manifests"},{"name":"v4.0.0.1","sha":"d918918e401c6286cda945849c22b31baf7645cf","kind":"tag","published_at":"2014-03-30T16:41:31.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.0.0.1","html_url":"https://github.com/ekmett/ad/releases/tag/v4.0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.0.0.1/manifests"},{"name":"v4.0","sha":"07a745f5764e66b828d58e8ae31aa5d39bd1163c","kind":"tag","published_at":"2014-03-30T07:53:37.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v4.0","html_url":"https://github.com/ekmett/ad/releases/tag/v4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v4.0/manifests"},{"name":"v3.3.1.1","sha":"940e93a88fffbf2d2b475e1a449328014d41c956","kind":"tag","published_at":"2013-01-07T03:33:09.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v3.3.1.1","html_url":"https://github.com/ekmett/ad/releases/tag/v3.3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v3.3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v3.3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v3.3.1.1/manifests"},{"name":"v3.1.4","sha":"c3ea73b4d3468ee15de36b301a37a0732b00df43","kind":"tag","published_at":"2012-09-30T20:37:19.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v3.1.4","html_url":"https://github.com/ekmett/ad/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"e57a54417e545ba1d2aab3d5a8e3600554bebb7e","kind":"tag","published_at":"2012-09-30T17:12:09.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v3.1.3","html_url":"https://github.com/ekmett/ad/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"148d87d8dd0eca39c567f072f95fcf37fb8d9aeb","kind":"tag","published_at":"2012-09-10T21:13:23.000Z","download_url":"https://codeload.github.com/ekmett/ad/tar.gz/v3.1.2","html_url":"https://github.com/ekmett/ad/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ekmett/ad@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/tags/v3.1.2/manifests"}]},"repo_metadata_updated_at":"2025-08-21T12:13:28.540Z","dependent_packages_count":4,"downloads":88669,"downloads_period":"total","dependent_repos_count":333,"rankings":{"downloads":1.5823679005368747,"dependent_repos_count":1.254591692568522,"dependent_packages_count":4.566261655834982,"stargazers_count":3.7129132523311665,"forks_count":4.374116982198361,"docker_downloads_count":null,"average":3.098050296693981},"purl":"pkg:hackage/ad","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/hackage/ad","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/hackage/ad","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/hackage/ad/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-07-07T20:02:51.483Z","issues_count":65,"pull_requests_count":47,"avg_time_to_close_issue":15049181.52,"avg_time_to_close_pull_request":6082337.0,"issues_closed_count":49,"pull_requests_closed_count":47,"pull_request_authors_count":23,"issue_authors_count":31,"avg_comments_per_issue":3.8923076923076922,"avg_comments_per_pull_request":2.127659574468085,"merged_pull_requests_count":44,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":20.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekmett%2Fad/issues","maintainers":[{"login":"barak","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/barak"},{"login":"ekmett","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ekmett"},{"login":"RyanGlScott","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RyanGlScott"},{"login":"alang9","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alang9"},{"login":"sofusmortensen","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sofusmortensen"},{"login":"cartazio","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cartazio"},{"login":"jfischoff","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jfischoff"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/ad/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/ad/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/ad/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/ad/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/ad/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/ad/codemeta","maintainers":[{"uuid":"ryanglscott","login":"ryanglscott","name":null,"email":null,"url":null,"packages_count":152,"html_url":"https://hackage.haskell.org/user/ryanglscott","role":null,"created_at":"2022-11-14T16:48:17.993Z","updated_at":"2022-11-14T16:48:17.993Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/maintainers/ryanglscott/packages"},{"uuid":"EricMertens","login":"EricMertens","name":null,"email":null,"url":null,"packages_count":92,"html_url":"https://hackage.haskell.org/user/EricMertens","role":null,"created_at":"2022-11-14T16:48:17.985Z","updated_at":"2022-11-14T16:48:17.985Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/maintainers/EricMertens/packages"},{"uuid":"EdwardKmett","login":"EdwardKmett","name":null,"email":null,"url":null,"packages_count":136,"html_url":"https://hackage.haskell.org/user/EdwardKmett","role":null,"created_at":"2022-11-14T16:48:17.974Z","updated_at":"2022-11-14T16:48:17.974Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/maintainers/EdwardKmett/packages"}]}