[![CI](https://github.com/gap-packages/ZeroMQInterface/actions/workflows/CI.yml/badge.svg)](https://github.com/gap-packages/ZeroMQInterface/actions/workflows/CI.yml)
[![Code Coverage](https://codecov.io/github/gap-packages/ZeroMQInterface/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/ZeroMQInterface)

# The ZeroMQInterface GAP package

This package provides both low-level bindings as well as some higher level
interfaces for the [ZeroMQ](http://zeromq.org) message passing library
for GAP and HPC-GAP, enabling lightweight distributed computation.

## Documentation

Full information and documentation can be found in the manual, available
as PDF `doc/manual.pdf` or as HTML `doc/chap0_mj.html`, or on the package
homepage at

  <https://gap-packages.github.io/ZeroMQInterface/>


## Bug reports and feature requests

Please submit bug reports and feature requests via our GitHub issue tracker:

  <https://github.com/gap-packages/ZeroMQInterface/issues>


# License

ZeroMQInterface is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

For details see the files COPYRIGHT.md and LICENSE.
