{"id":31737521,"url":"https://github.com/ucd4ids/tetrapodsregistry","last_synced_at":"2026-02-16T02:08:38.825Z","repository":{"id":115364988,"uuid":"472700871","full_name":"UCD4IDS/TetrapodsRegistry","owner":"UCD4IDS","description":"Julia package registry, public and private, for UCD4IDS","archived":false,"fork":false,"pushed_at":"2024-10-20T18:32:34.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-20T22:58:20.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/UCD4IDS.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":"2022-03-22T09:43:55.000Z","updated_at":"2024-10-20T18:32:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"835fb70f-3933-4d24-8138-2362bac0cd02","html_url":"https://github.com/UCD4IDS/TetrapodsRegistry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UCD4IDS/TetrapodsRegistry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UCD4IDS%2FTetrapodsRegistry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UCD4IDS%2FTetrapodsRegistry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UCD4IDS%2FTetrapodsRegistry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UCD4IDS%2FTetrapodsRegistry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UCD4IDS","download_url":"https://codeload.github.com/UCD4IDS/TetrapodsRegistry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UCD4IDS%2FTetrapodsRegistry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001126,"owners_count":26083021,"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-10-09T02:00:07.460Z","response_time":59,"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":"2025-10-09T09:22:53.167Z","updated_at":"2025-10-09T09:22:54.487Z","avatar_url":"https://github.com/UCD4IDS.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# TetrapodsRegistry\n\nJulia package registry, public and private, for UCD4IDS\n\n## Using the registry\n\n### Install the registry\n\nIf this is your first time using the registry, you need to add it to Julia:\n\n```\nusing Pkg\npkg\"registry add git@github.com:UCD4IDS/TetrapodsRegistry.git\"\n```\n\n### Add a package for the first time\n\nTo add a new package `MyFavPkg` to the registry,\n\n- first make sure you have installed `LocalRegistry`: `pkg\"add LocalRegistry\"`\n- next you'll need `MyFavPkg` as a git repo using `dev`: `pkg\"dev git@github.com:path/to/MyFavPkg.git\"`\n- make sure your registries are up to date: `pkg\"registry up\"`\n\nThen we can run:\n \n```\nusing LocalRegistry, MyFavPkg\nregister(MyFavPkg, registry=\"~/.julia/registries/Tetrapods/\", repo=\"git@github.com:path/to/MyFavPkg.git\")\n```\n\nif it is private, see [this tutorial](https://github.com/GunnarFarneback/LocalRegistry.jl/blob/master/docs/ssh_keys.md). Primarily, the repo must be the ssh version.\n\n### Update an existing package\n\nTo just upload a new version of `MyFavPkg` to the registry,\n\n- push all of the new work you want to be included in that version up to the repo url for `MyFavPkg`\n- make sure you've included a version bump, so that the new version is greater than the existing one\n- make sure you have the git repo for `MyFavPkg`, e.g.: `pkg\"dev git@github.com:path/to/MyFavPkg.git\"` \n- make sure your registries are up to date: `pkg\"registry up\"`\n\nThen we can run:\n\n```\nusing LocalRegistry, MyFavPkg\nregister(MyFavPkg)\n```\n\nIf you want to follow the registry's version of `MyFavPkg` from now on instead of your local git repo version, you may now `free` it: `pkg\"free MyFavPkg\"`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucd4ids%2Ftetrapodsregistry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fucd4ids%2Ftetrapodsregistry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucd4ids%2Ftetrapodsregistry/lists"}