{"id":47444093,"url":"https://github.com/JuliaInterop/ZMQ.jl","last_synced_at":"2026-04-06T13:00:57.169Z","repository":{"id":5606474,"uuid":"6813661","full_name":"JuliaInterop/ZMQ.jl","owner":"JuliaInterop","description":"Julia interface to ZMQ","archived":false,"fork":false,"pushed_at":"2026-04-01T07:52:19.000Z","size":1395,"stargazers_count":142,"open_issues_count":6,"forks_count":62,"subscribers_count":15,"default_branch":"master","last_synced_at":"2026-04-01T09:49:48.543Z","etag":null,"topics":["julia","zeromq","zmq"],"latest_commit_sha":null,"homepage":"","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/JuliaInterop.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,"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":"2012-11-22T13:40:08.000Z","updated_at":"2026-04-01T07:50:08.000Z","dependencies_parsed_at":"2024-07-08T17:46:18.262Z","dependency_job_id":"80fd08aa-971b-45c3-9856-be236cb8f9ec","html_url":"https://github.com/JuliaInterop/ZMQ.jl","commit_stats":{"total_commits":216,"total_committers":45,"mean_commits":4.8,"dds":0.8518518518518519,"last_synced_commit":"8378ab3e33b800679e1be9af8741cf5781ea1a31"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaInterop/ZMQ.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaInterop%2FZMQ.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaInterop%2FZMQ.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaInterop%2FZMQ.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaInterop%2FZMQ.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaInterop","download_url":"https://codeload.github.com/JuliaInterop/ZMQ.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaInterop%2FZMQ.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31473271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: 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":["julia","zeromq","zmq"],"created_at":"2026-03-23T06:00:59.902Z","updated_at":"2026-04-06T13:00:57.158Z","avatar_url":"https://github.com/JuliaInterop.png","language":"Julia","funding_links":[],"categories":["Network Security"],"sub_categories":["Protocol Libraries"],"readme":"# ZMQ.jl\n\n*A Julia interface to ZeroMQ*\n\n| **Documentation**                                                         | **Coverage**                    |\n|:-------------------------------------------------------------------------:|:-------------------------------:|\n| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][codecov-img]][codecov-url] |\n\n**ZMQ.jl** is a [Julia](http://julialang.org) interface to [ZeroMQ, The Intelligent Transport Layer](http://zeromq.org).\n\n## Installation\n\nThe package can be installed with the Julia package manager.\nFrom the Julia REPL, type `]` to enter the Pkg REPL mode and run:\n\n```\npkg\u003e add ZMQ\n```\n\nOr, equivalently, via the `Pkg` API:\n\n```julia\njulia\u003e import Pkg; Pkg.add(\"ZMQ\")\n```\n\n## Documentation\n\n- [**STABLE**][docs-stable-url] \u0026mdash; **documentation of the most recently tagged version.**\n- [**DEVEL**][docs-dev-url] \u0026mdash; *documentation of the in-development version.*\n\n## Questions and Contributions\n\nUsage questions can be posted on the [Julia Discourse forum][discourse-tag-url]\nunder the `zmq` tag, in the `#helpdesk` channel of the [Julia\nSlack](https://julialang.org/community/), or the `#helpdesk`/`#helpdesk\n(published)` stream of the [Julia Zulip](https://julialang.zulipchat.com/).\n\nContributions are very welcome, as are feature requests and suggestions. Please\nopen an [issue][issues-url] if you encounter any problems.\n\n[discourse-tag-url]: https://discourse.julialang.org/tags/zmq\n\n[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg\n[docs-dev-url]: https://juliainterop.github.io/ZMQ.jl/latest\n\n[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg\n[docs-stable-url]: https://juliainterop.github.io/ZMQ.jl/stable\n\n[codecov-img]: https://codecov.io/gh/JuliaInterop/ZMQ.jl/graph/badge.svg?token=NMxuhZepAU\n[codecov-url]: https://codecov.io/gh/JuliaInterop/ZMQ.jl\n\n[issues-url]: https://github.com/JuliaInterop/ZMQ.jl/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJuliaInterop%2FZMQ.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJuliaInterop%2FZMQ.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJuliaInterop%2FZMQ.jl/lists"}