{"id":33180769,"url":"https://github.com/mndrix/list_util","last_synced_at":"2025-11-20T21:04:48.911Z","repository":{"id":6118890,"uuid":"7346912","full_name":"mndrix/list_util","owner":"mndrix","description":"Prolog list utility predicates","archived":true,"fork":false,"pushed_at":"2018-07-19T02:42:16.000Z","size":122,"stargazers_count":11,"open_issues_count":11,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-07T14:01:50.154Z","etag":null,"topics":["lists","prolog"],"latest_commit_sha":null,"homepage":null,"language":"Prolog","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"yguan/bookmark-tagging","license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mndrix.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-27T22:33:57.000Z","updated_at":"2023-01-28T15:51:15.000Z","dependencies_parsed_at":"2022-09-13T21:41:00.329Z","dependency_job_id":null,"html_url":"https://github.com/mndrix/list_util","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/mndrix/list_util","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mndrix%2Flist_util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mndrix%2Flist_util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mndrix%2Flist_util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mndrix%2Flist_util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mndrix","download_url":"https://codeload.github.com/mndrix/list_util/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mndrix%2Flist_util/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285512121,"owners_count":27184314,"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-11-20T02:00:05.334Z","response_time":54,"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":["lists","prolog"],"created_at":"2025-11-16T04:00:23.094Z","updated_at":"2025-11-20T21:04:48.907Z","avatar_url":"https://github.com/mndrix.png","language":"Prolog","funding_links":[],"categories":["Utilities"],"sub_categories":[],"readme":"# Synopsis\n\n    :- use_module(list_util, [take/3]).\n    ?- take(2, [hello, world, etc], Words).\n    Words = [hello, world].\n\n# Description\n\nProlog code works with lots of lists.  This is a collection of predicates\nthat I've found useful from time to time across projects.\n\nSome of these predicates are inspired by functions in Haskell's\n[Data.List](http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-List.html)\nlibrary. Prolog's reversible predicates allow us to get by with\nfewer definitions than Haskell needs.\n\nSee `list_util.pl` documentation below for details about each exported\npredicate.\n\n# Installation\n\nUsing SWI-Prolog 6.3 or later:\n\n    ?- pack_install(list_util).\n\nThis module uses [semantic versioning](http://semver.org/).\n\nSource code available and pull requests accepted at\nhttp://github.com/mndrix/list_util\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmndrix%2Flist_util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmndrix%2Flist_util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmndrix%2Flist_util/lists"}