{"id":15057453,"url":"https://github.com/bhftbootcamp/green","last_synced_at":"2025-04-10T11:11:43.467Z","repository":{"id":226286799,"uuid":"766942549","full_name":"bhftbootcamp/Green","owner":"bhftbootcamp","description":"Local registries for the #bhftbootcamp community 🍏","archived":false,"fork":false,"pushed_at":"2025-03-20T07:04:47.000Z","size":57,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T04:43:48.668Z","etag":null,"topics":["julialang","registry"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhftbootcamp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2024-03-04T12:23:19.000Z","updated_at":"2025-03-20T07:04:51.000Z","dependencies_parsed_at":"2024-04-17T10:51:20.796Z","dependency_job_id":"4577bf73-86d7-4dea-9019-b5a52cd16fb2","html_url":"https://github.com/bhftbootcamp/Green","commit_stats":null,"previous_names":["bhftbootcamp/orange","bhftbootcamp/green"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FGreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FGreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FGreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FGreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhftbootcamp","download_url":"https://codeload.github.com/bhftbootcamp/Green/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208561,"owners_count":21065202,"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":["julialang","registry"],"created_at":"2024-09-24T22:06:48.157Z","updated_at":"2025-04-10T11:11:43.451Z","avatar_url":"https://github.com/bhftbootcamp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Green :green_apple:\n\n[![Registry](https://img.shields.io/badge/registry-Green-green)](https://github.com/bhftbootcamp/Green)\n\nOur registry is a tasty addition to the usual General Registry. We serve up a variety of flavorful packages that add some zest to your development experience. Whether you're seeking extra functionality or unique tools, we've got something juicy for everyone!\n\n\u003e [!NOTE]  \n\u003e These registers are used to organize work with packages that are developed and used within the [#bhftbootcamp](https://github.com/bhftbootcamp) community.\n\u003e At the moment, there is no provision for adding third-party custom packages.\n\n## Installation\n\nYou can set registers in your julia environment through the package manager (for more information, see [guide](https://pkgdocs.julialang.org/v1/getting-started/#Basic-Usage)):\n\n```julia-repl\n] registry add https://github.com/bhftbootcamp/Green.git\n```\n\nOr by running the following code in REPL:\n```julia\nusing Pkg\n\nPkg.Registry.add(RegistrySpec(; url = \"https://github.com/bhftbootcamp/Green.git\"))\n```\n\nIf you’ve followed the steps correctly, the registry should now be successfully added to your environment.\n\nHowever, if you encounter any issues, please refer to the [troubleshooting](#troubleshooting) section or create an [issue](https://github.com/bhftbootcamp/Green/issues). Doing so may help us streamline the installation process!\n\n## Usage\n\nOnce you have installed Green registers in your Julia environment, you can install any package from [#bhftbootcamp](https://github.com/bhftbootcamp) just as easily as any other package from [General](https://github.com/JuliaRegistries/General).\n\nFor example, let's install the [NumExpr](https://github.com/bhftbootcamp/NumExpr.jl) package:\n```julia\n] add NumExpr\n```\n\n## Duplicate package names\n\nIf you find yourself in an environment with multiple registers containing packages that share identical names, you will be prompted by REPL:\n```julia\npkg\u003e add Doppelganger\nThere are multiple registered `Doppelganger` packages, choose one:\n   Registry: General - Repo: https://... - UUID: ada51f47-...\n \u003e Registry: Green - Repo: https://... - UUID: d0ee2183-...\n```\n\nAlternatively, you can directly specify the UUID either in package manager:\n```julia\n] add NumExpr=005f7402-6e25-4d9a-960d-a0ddd50a2fba\n```\n\nOr in REPL:\n```julia\nusing Pkg\n\nPkg.add(; name = \"NumExpr\", uuid = \"005f7402-6e25-4d9a-960d-a0ddd50a2fba\")\n```\n\n## Troubleshooting\n\nIf you are having trouble adding registers to your Julia environment due to `ssh-agent` or other limitations of the standard `libgit2`, you can set the following value to your system environment (MacOS/Linux):\n```shell\nexport JULIA_PKG_USE_CLI_GIT=true\n```\nor (Windows):\n```shell\nset JULIA_PKG_USE_CLI_GIT=true\n```\nIt will force Julia to use your system git instead of default `libgit2` (Requires Julia v1.7).\nSee this [thread](https://discourse.julialang.org/t/julia-repl-is-ignoring-my-ssh-config-file/65287/6) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhftbootcamp%2Fgreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhftbootcamp%2Fgreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhftbootcamp%2Fgreen/lists"}