{"id":17112999,"url":"https://github.com/emmt/emmtregistry","last_synced_at":"2026-03-18T23:26:08.821Z","repository":{"id":41178262,"uuid":"383102741","full_name":"emmt/EmmtRegistry","owner":"emmt","description":"Registry of my Julia public and private packages","archived":false,"fork":false,"pushed_at":"2025-11-03T11:57:05.000Z","size":193,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-03T13:21:14.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/emmt.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-05T10:31:58.000Z","updated_at":"2025-11-03T11:57:09.000Z","dependencies_parsed_at":"2023-01-23T18:30:35.607Z","dependency_job_id":"723d2636-9cf5-4ee5-9740-04be06eecef8","html_url":"https://github.com/emmt/EmmtRegistry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emmt/EmmtRegistry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FEmmtRegistry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FEmmtRegistry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FEmmtRegistry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FEmmtRegistry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emmt","download_url":"https://codeload.github.com/emmt/EmmtRegistry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FEmmtRegistry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29194007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-14T17:02:14.524Z","updated_at":"2026-02-07T12:03:04.244Z","avatar_url":"https://github.com/emmt.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Registry of my Julia public and private packages\n\nThis repository hosts a registry of my Julia packages.\n\n\n## Installation\n\nUsing this registry depends on Julia version.\n\n### Julia versions ≥ 1.1\n\nTo add this registry in Julia (version ≥ 1.1, see below for older versions):\n\n```julia\nusing Pkg\npkg\"registry add https://github.com/emmt/EmmtRegistry\"\n```\n\nIf you execute these commands in a fresh Julia installation, you may also want\nto add Julia's General Registry with all official packages of Julia.  This can\nbe done by:\n\n```julia\nusing Pkg\npkg\"registry add General\"\n```\n\nIn a script (e.g., for [CI\ntesting](https://en.wikipedia.org/wiki/Continuous_integration)):\n\n```julia\nusing Pkg\nPkg.Registry.add(\"General\")\nPkg.Registry.add(RegistrySpec(url = \"https://github.com/emmt/EmmtRegistry\"))\n```\n\n### Julia versions ≤ 1.0\n\nMove into directory `~/.julia/registries/` and clone this registry:\n\n```sh\ncd ~/.julia/registries/\ngit clone https://github.com/emmt/EmmtRegistry\n```\n\nalso make sure that you have the `General` (or equivalent) registry, otherwise:\n\n```sh\ncd ~/.julia/registries/\ngit clone https://github.com/JuliaRegistries/General.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmt%2Femmtregistry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmt%2Femmtregistry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmt%2Femmtregistry/lists"}