{"id":16499424,"url":"https://github.com/tpapp/roguepkg.jl","last_synced_at":"2026-03-03T21:31:21.512Z","repository":{"id":55588516,"uuid":"104770795","full_name":"tpapp/RoguePkg.jl","owner":"tpapp","description":"Test, benchmark, and Pkg.dir for local packages outside ~/.julia","archived":false,"fork":false,"pushed_at":"2020-12-20T09:18:29.000Z","size":12,"stargazers_count":5,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-20T20:05:09.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/tpapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-25T15:52:28.000Z","updated_at":"2019-06-14T01:42:21.000Z","dependencies_parsed_at":"2022-08-15T03:50:21.229Z","dependency_job_id":null,"html_url":"https://github.com/tpapp/RoguePkg.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tpapp/RoguePkg.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FRoguePkg.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FRoguePkg.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FRoguePkg.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FRoguePkg.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpapp","download_url":"https://codeload.github.com/tpapp/RoguePkg.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FRoguePkg.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30062355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-11T14:52:41.961Z","updated_at":"2026-03-03T21:31:21.482Z","avatar_url":"https://github.com/tpapp.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RoguePkg\n\n![Lifecycle](https://img.shields.io/badge/lifecycle-retired-orange.svg)\n[![Build Status](https://travis-ci.org/tpapp/RoguePkg.jl.svg?branch=master)](https://travis-ci.org/tpapp/RoguePkg.jl)\n[![Coverage Status](https://coveralls.io/repos/tpapp/RoguePkg.jl/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/tpapp/RoguePkg.jl?branch=master)\n[![codecov.io](http://codecov.io/github/tpapp/RoguePkg.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/RoguePkg.jl?branch=master)\n\n**This package was made obsolete by the new `Pkg` framework of Julia v0.7, which simplifies development for local packages.** It is retired, and unlikely to receive any updates.\n\n## Description\n\nThis package defines some methods for functions in `Base.Pkg` that should make testing, benchmarking, and locating files in packages outside the default directory (which is returned by `Pkg.dir()`, eg `~/.julia/v0.6`) easier.\n\n## Usage\n\nFirst, load the module:\n\n```julia\nusing RoguePkg\n```\n\nThen you can refer to packages by the module they contain:\n\n```julia\npkg_for\"MyFancyModule\"\n```\n\nA path:\n```julia\npkg_at\"~/this_is/where_I/keep/FancyPkg\"\n```\n\nOr, if you set `ENV[JULIA_LOCAL_PACKAGES]`, by their subdirectory:\n```julia\npkg_local\"FancyPkg\"\n```\n\nThen you can use the resulting objects with some functions, including `Pkg.test`, `Pkg.dir`. The methods for the latter even make `PkgBenchmark.benchmarkpkg` work. For example,\n\n```julia\nPkg.test(pkg_for\"FancyModule\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Froguepkg.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpapp%2Froguepkg.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Froguepkg.jl/lists"}