{"id":19795617,"url":"https://github.com/dkogan/ltrace","last_synced_at":"2025-05-01T03:30:29.889Z","repository":{"id":15984081,"uuid":"18727159","full_name":"dkogan/ltrace","owner":"dkogan","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-06T19:52:43.000Z","size":2223,"stargazers_count":49,"open_issues_count":11,"forks_count":19,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-06T08:07:53.264Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkogan.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-13T10:59:52.000Z","updated_at":"2025-03-31T09:10:09.000Z","dependencies_parsed_at":"2022-09-04T00:00:23.412Z","dependency_job_id":null,"html_url":"https://github.com/dkogan/ltrace","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkogan%2Fltrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkogan%2Fltrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkogan%2Fltrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkogan%2Fltrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkogan","download_url":"https://codeload.github.com/dkogan/ltrace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251817809,"owners_count":21648811,"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-11-12T07:16:52.690Z","updated_at":"2025-05-01T03:30:29.329Z","avatar_url":"https://github.com/dkogan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"This directory contains sources of ltrace.  See the file configure.ac\nto see what version this is.\n\nLtrace is a debugging program which runs a specified command until the\ncommand exits.  While the command is executing, ltrace intercepts and\nrecords both the dynamic library calls called by the executed process\nand the signals received by the executed process.  Ltrace can also\nintercept and print system calls executed by the process.\n\nFor general building and installation instructions, see the file INSTALL.\n\nFor list of authors and contributors, see the file CREDITS.\n\nltrace is free software.  See the file COPYING for license.\n\nSome documentation on ltrace usage is given in the manual page, which\nis in the file ltrace.1.\n\n\nSupported Targets\n-----------------\n\nThe following targets are currently (at least somewhat) supported.\nSome of them may be more or less broken in reality, it is not feasible\nto test each release comprehensively on each target.\n\n\taarch64-*-linux-gnu\n\tarmv6l-*-linux-gnueabi\n\tarmv7l-*-linux-gnueabihf\n\ti[4567]86-*-linux-gnu\n\tia64-*-linux-gnu\n\tm68k-*-linux-gnu\n\tmetag-*-linux-uclibc\n\tmips-*-linux-gnu\n\tpowerpc-*-linux-gnu\n\tpowerpc64-*-linux-gnu\n\tpowerpc64le-*-linux-gnu\n\ts390-*-linux-gnu\n\ts390x-*-linux-gnu\n\tx86_64-*-linux-gnu\n\txtensa-*-linux-gnu\n\nThe following systems were supported at some point in past, but\ncurrent status is unknown:\n\n\tsparc*-*-linux-gnu\n\tsparc64*-*-linux-gnu\n\talpha*-*-linux-gnu\n\n\nBug Reports\n-----------\n\nYou can send bug reports to \u003cltrace-devel@lists.alioth.debian.org\u003e.\nUser requests can also be directed to that address.\n\nIf the ltrace package that you are using came with your operating\nsystem, please be sure to reproduce the problem in unmodified upstream\nversion of ltrace before reporting a bug.\n\n\nDevelopment\n-----------\n\nltrace development is hosted by Alioth.Debian.org:\n\n  https://alioth.debian.org/projects/ltrace/\n\nRelease tarballs can be downloaded here:\n\n  https://alioth.debian.org/frs/?group_id=30892\n\nAnonymous GIT access is available via:\n\n  git://git.debian.org/git/collab-maint/ltrace.git\n\nIf you have anything to contribute, please send an e-mail to\n\u003cltrace-devel@lists.alioth.debian.org\u003e, and attach your patches\nformatted with git format-patch.  This makes them easy to apply after\nreview, and such patches also preserve authorship.\n\nIf you intend to work on a feature (essentially anything beyond a\nquick one-liner), it is advisable to send an e-mail beforehand.\n\n\n-------------------------------------------------------------------------------\nCopyright (C) 2012-2014 Petr Machata \u003cpmachata@redhat.com\u003e\nCopyright (C) 1997-2009 Juan Cespedes \u003ccespedes@debian.org\u003e\nThis file is part of ltrace.\n\nltrace is free software; you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the\nFree Software Foundation; either version 2 of the License, or (at your\noption) any later version.\n\nltrace is distributed in the hope that it will be useful, but WITHOUT\nANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\nFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\nfor more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkogan%2Fltrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkogan%2Fltrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkogan%2Fltrace/lists"}