{"id":17723889,"url":"https://github.com/nemequ/liblzf","last_synced_at":"2025-04-01T16:30:35.788Z","repository":{"id":10062806,"uuid":"12114796","full_name":"nemequ/liblzf","owner":"nemequ","description":"Git mirror of the liblzf CVS repository.","archived":false,"fork":false,"pushed_at":"2019-06-11T16:29:34.000Z","size":180,"stargazers_count":21,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-03-24T04:48:45.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://software.schmorp.de/pkg/liblzf.html","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nemequ.png","metadata":{"files":{"readme":"README","changelog":"Changes","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":"2013-08-14T17:20:12.000Z","updated_at":"2023-01-13T08:45:11.000Z","dependencies_parsed_at":"2022-08-17T15:45:46.907Z","dependency_job_id":null,"html_url":"https://github.com/nemequ/liblzf","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fliblzf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fliblzf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fliblzf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fliblzf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemequ","download_url":"https://codeload.github.com/nemequ/liblzf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246620224,"owners_count":20806722,"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-10-25T15:44:16.882Z","updated_at":"2025-04-01T16:30:35.558Z","avatar_url":"https://github.com/nemequ.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"DESCRIPTION\n    LZF is an extremely fast (not that much slower than a pure memcpy)\n    compression algorithm. It is ideal for applications where you want to\n    save *some* space but not at the cost of speed. It is ideal for\n    repetitive data as well. The module is self-contained and very small.\n\n    It's written in ISO-C with no external dependencies other than what\n    C provides and can easily be #include'd into your code, no makefile\n    changes or library builds requires.\n\n    A C♯ implementation without external dependencies is available, too.\n\n    I do not know for certain whether any patents in any countries apply\n    to this algorithm, but at the moment it is believed that it is free\n    from any patents. More importantly, it is also free to use in every\n    software package (see LICENSE).\n\n    See the lzf.h file for details on how the functions in this\n    mini-library are to be used.\n\n    NOTE: This package contains a very bare-bones command-line utility\n    which is neither optimized for speed nor for compression. This library\n    is really intended to be used inside larger programs.\n\nAUTHOR\n    This library was written by Marc Lehmann \u003cschmorp@schmorp.de\u003e (See also\n    http://software.schmorp.de/pkg/liblzf).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemequ%2Fliblzf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemequ%2Fliblzf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemequ%2Fliblzf/lists"}