{"id":19701538,"url":"https://github.com/yanndr/deptree","last_synced_at":"2026-04-17T12:33:14.459Z","repository":{"id":175714446,"uuid":"154845765","full_name":"yanndr/deptree","owner":"yanndr","description":"Dependency tree for perl distribution written in go","archived":false,"fork":false,"pushed_at":"2018-10-26T14:22:57.000Z","size":137,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T16:04:44.452Z","etag":null,"topics":["dependency-tree","docker","go","perl"],"latest_commit_sha":null,"homepage":"","language":"Go","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/yanndr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-26T14:18:32.000Z","updated_at":"2018-10-30T03:10:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"0445bb40-775b-4b9c-a49e-ac99b972abcc","html_url":"https://github.com/yanndr/deptree","commit_stats":null,"previous_names":["yanndr/deptree"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yanndr/deptree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanndr%2Fdeptree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanndr%2Fdeptree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanndr%2Fdeptree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanndr%2Fdeptree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanndr","download_url":"https://codeload.github.com/yanndr/deptree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanndr%2Fdeptree/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259530147,"owners_count":22872114,"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":["dependency-tree","docker","go","perl"],"created_at":"2024-11-11T21:09:18.178Z","updated_at":"2026-04-17T12:33:09.417Z","avatar_url":"https://github.com/yanndr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Deptree \n\nThis library produces a fully resolved dependency tree for Perl distributions. \nA command line client is available on the cmd\\deptree folder.\n\n## Installing\n\n1. Clone the repository `go get https://github.com/yanndr/deptree`.\n2. Build/install the application :`make install` or `go build ./cmd/deptree`\n\n## Usage\n\nThis program needs access to a CPAN folder to run successfully; one is provided here ./cmd/deptree/data. \nYou can define the path of the CPAN folder with the flag -path. By default the path is set to ./data. If you run the program directely from the ./cmd/deptree folder, you won't have to define the -path flag.\n\n```\ndeptree -path path/to/cpan -name DateTime -name Specio\nOPTIONS:\n  -name value\n        Distribition name to resolve; this flag is mandatory. You need to define it once but you can also define it multiple times.\n  -path string\n        The path to the CPAN folder. (default \"./data\")\n```\n\nExample:\n```\ndeptree -name DateTime\n```\n\n\n\n## Docker\nYou can aslo use the program with Docker. \nFirst you'll have to make the docker image:\n```\nmake docker\n```\nor \n```\ndocker build -t deptree .\n```\nOnce the docker image is created, you can run the program with the command:\n```\ndocker run --rm -it  deptree -name  DateTime \n```\nThe docker image embeds a data folder on the root folder, so you don't have to specify the -path flag.\n\nIf you want to use a different path, use the following syntax:\n```\ndocker run --rm -it -v $PWD/cmd/deptree/data:/mydata  deptree -name  DateTime -path ./mydata\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanndr%2Fdeptree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanndr%2Fdeptree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanndr%2Fdeptree/lists"}