{"id":15649872,"url":"https://github.com/book/git-version-compare","last_synced_at":"2026-01-24T22:02:17.600Z","repository":{"id":56835297,"uuid":"51769012","full_name":"book/Git-Version-Compare","owner":"book","description":"Functions to compare Git versions","archived":false,"fork":false,"pushed_at":"2023-01-23T04:54:23.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T21:33:54.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","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/book.png","metadata":{"files":{"readme":"README","changelog":"Changes","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":"2016-02-15T16:34:35.000Z","updated_at":"2023-01-14T08:44:14.000Z","dependencies_parsed_at":"2023-02-12T20:33:24.574Z","dependency_job_id":null,"html_url":"https://github.com/book/Git-Version-Compare","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/book/Git-Version-Compare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/book%2FGit-Version-Compare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/book%2FGit-Version-Compare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/book%2FGit-Version-Compare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/book%2FGit-Version-Compare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/book","download_url":"https://codeload.github.com/book/Git-Version-Compare/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/book%2FGit-Version-Compare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28737827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T21:19:41.845Z","status":"ssl_error","status_checked_at":"2026-01-24T21:13:38.675Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-03T12:32:22.932Z","updated_at":"2026-01-24T22:02:17.584Z","avatar_url":"https://github.com/book.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n\n    Git::Version::Compare - Functions to compare Git versions\n\nSYNOPSIS\n\n    use Git::Version::Compare qw( cmp_git );\n\n    # result: 1.2.3 1.7.0.rc0 1.7.4.rc1 1.8.3.4 1.9.3 2.0.0.rc2 2.0.3 2.3.0.rc1\n    my @versions = sort cmp_git qw(\n      1.7.4.rc1 1.9.3 1.7.0.rc0 2.0.0.rc2 1.2.3 1.8.3.4 2.3.0.rc1 2.0.3\n    );\n\nDESCRIPTION\n\n    Git::Version::Compare contains a selection of subroutines that make\n    dealing with Git-related things (like versions) a little bit easier.\n\n    The strings to compare can be version numbers, tags from \"git.git\" or the\n    output of \"git version\" or \"git describe\".\n\n    These routines collect the knowledge about Git versions that was\n    accumulated while developing Git::Repository.\n\nCOPYRIGHT AND LICENSE\n\n    This software is copyright (c) 2016 by Philippe Bruhat (BooK).\n\n    This is free software; you can redistribute it and/or modify it under\n    the same terms as the Perl 5 programming language system itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbook%2Fgit-version-compare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbook%2Fgit-version-compare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbook%2Fgit-version-compare/lists"}