{"id":20082269,"url":"https://github.com/simon816/libtar-twrp","last_synced_at":"2025-09-05T11:22:48.025Z","repository":{"id":219840543,"uuid":"697082463","full_name":"simon816/libtar-twrp","owner":"simon816","description":"libtar with patches from TWRP","archived":false,"fork":false,"pushed_at":"2025-04-17T00:13:08.000Z","size":205,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-17T13:18:18.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/simon816.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-27T02:44:06.000Z","updated_at":"2025-04-17T00:13:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"46236a3f-6a8f-4fcf-9bfd-9dd4ee5a23e4","html_url":"https://github.com/simon816/libtar-twrp","commit_stats":null,"previous_names":["simon816/libtar-twrp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simon816/libtar-twrp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon816%2Flibtar-twrp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon816%2Flibtar-twrp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon816%2Flibtar-twrp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon816%2Flibtar-twrp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simon816","download_url":"https://codeload.github.com/simon816/libtar-twrp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon816%2Flibtar-twrp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273748997,"owners_count":25160962,"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-05T02:00:09.113Z","response_time":402,"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-13T15:42:36.665Z","updated_at":"2025-09-05T11:22:47.993Z","avatar_url":"https://github.com/simon816.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"libtar - C library for manipulating tar files\n======\n\nlibtar is a library for manipulating tar files from within C programs.\nHere are some of its features:\n\n  * Handles both POSIX tar file format and the GNU extensions.\n  * API provides functions for easy use, such as tar_extract_all().\n  * Also provides functions for more granular use, such as \n    tar_append_regfile().\n\n\nInstallation\n------------\n\nTo build libtar, ensure that autoconf and libtool are both installed on\nyour system, then run these commands:\n\n   autoreconf --force --install\n   ./configure\n   make\n   make install\n\n\nEncap Package Support\n---------------------\n\nTo build this software as an Encap package, you can pass the\n--enable-encap option to configure.  This will be automatically\nenabled if the epkg or mkencap programs are detected on the system,\nbut can be overridden by the --disable-encap option.\n\nWhen building an Encap package, the configure script will automatically\nadjust the installation prefix to use an appropriate Encap package\ndirectory.  It does this using a heuristic algorithm which examines the\nvalues of the ${ENCAP_SOURCE} and ${ENCAP_TARGET} environment variables\nand the argument to configure's --prefix option.\n\nIf mkencap was detected on the system, it will be automatically run during\n\"make install\".  By default, epkg will also be run, but this can be\ninhibited with the --disable-epkg-install configure option.\n\nFor information on the Encap package management system, see the WSG\nEncap Archive:\n\n   http://www.encap.org/\n\n\nzlib Support\n------------\n\nThe configure script will attempt to find the zlib library on your system\nfor use with the libtar driver program.  The zlib package is available from:\n\n   http://www.gzip.org/zlib/\n\nIf zlib is installed on your system, but you do not wish to use it,\nspecify the --without-zlib option when you invoke configure.\n\n\nMore Information\n----------------\n\nFor documentation of the libtar API, see the enclosed manpages.  For more\ninformation on the libtar package, see:\n\n   http://www.feep.net/libtar/\n\nSource code for the latest version of libtar will be available there, as\nwell as Encap binary distributions for many common platforms.\n\n\nSupported Platforms\n-------------------\n\nI develop and test libtar on the following platforms:\n\n   AIX 4.3.3 and 5.1\n   HP-UX 11.00\n   IRIX 6.5\n   RedHat Linux 7.2\n   Solaris 8 and 9\n\nIt should also build on the following platforms, but I do not actively\nsupport them:\n\n   AIX 3.2.5\n   AIX 4.2.1\n   Cygwin\n   FreeBSD\n   HP-UX 10.20\n   Linux/libc5\n   OpenBSD\n   Solaris 2.5\n   Solaris 2.6\n   Solaris 7\n\nIf you successfully build libtar on another platform, please email me a\npatch and/or configuration information.\n\n\nCompatibility Code\n------------------\n\nlibtar depends on some library calls which are not available or not\nusable on some platforms.  To accomodate these systems, I've included\na version of these calls in the compat subdirectory.\n\nI've slightly modified these functions for integration into this source\ntree, but the functionality has not been modified from the original\nsource.  Please note that while this code should work for you, I didn't\nwrite it, so please don't send me bug reports on it.\n\n\nAuthor\n------\n\nFeedback and bug reports are welcome.\n\nMark D. Roth \u003croth@uiuc.edu\u003e\nCampus Information Technologies and Educational Services\nUniversity of Illinois at Urbana-Champaign\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimon816%2Flibtar-twrp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimon816%2Flibtar-twrp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimon816%2Flibtar-twrp/lists"}